Uses of Enum Class
org.klojang.convert.EnumParser.ParseTarget
-
Uses of EnumParser.ParseTarget in org.klojang.convert
Subclasses with type arguments of type EnumParser.ParseTarget in org.klojang.convertModifier and TypeClassDescriptionstatic enum
Symbolic constants for what the value to be converted represents.Methods in org.klojang.convert that return EnumParser.ParseTargetModifier and TypeMethodDescriptionstatic EnumParser.ParseTarget
Returns the enum constant of this class with the specified name.static EnumParser.ParseTarget[]
EnumParser.ParseTarget.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.klojang.convert with type arguments of type EnumParser.ParseTargetModifierConstructorDescriptionEnumParser
(Class<T> enumClass, UnaryOperator<String> normalizer, Set<EnumParser.ParseTarget> parseTargets) Creates anEnumParser
for the specified enum class, using the specifiednormalizer
to normalize the strings to be parsed.