E
public abstract class AbstractIgnoreCaseEnumConverter<E extends Enum<E>> extends Object implements org.springframework.core.convert.converter.Converter<String,E>
AbstractIgnoreCaseEnumConverter(Class<E> enumType)
convert(String source)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractIgnoreCaseEnumConverter(Class<E> enumType)
enumType
@Nullable public E convert(@Nullable String source)
convert
org.springframework.core.convert.converter.Converter<String,E extends Enum<E>>
Copyright © 2022 buession.com Inc.. All rights reserved.