Uses of Enum Class
org.klojang.convert.EnumParser.ParseTarget
-
Uses of EnumParser.ParseTarget in org.klojang.convert
Methods in org.klojang.convert that return EnumParser.ParseTargetModifier and TypeMethodDescriptionstatic EnumParser.ParseTargetReturns 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 anEnumParserfor the specified enum class, using the specifiednormalizerto normalize the strings to be parsed.