Uses of Class
dev.orne.beans.converters.EnumTypedConverter
Packages that use EnumTypedConverter
-
Uses of EnumTypedConverter in dev.orne.beans.converters
Methods in dev.orne.beans.converters that return EnumTypedConverterModifier and TypeMethodDescriptionstatic <T extends Enum<T>>
EnumTypedConverter<T> Creates a new instance that throws aConversionExceptionif an error occurs.static <T extends Enum<T>>
EnumTypedConverter<T> Creates a new instance that returns a default value if an error occurs.