Uses of Enum Class
com.univocity.parsers.conversions.EnumSelector
Packages that use EnumSelector
-
Uses of EnumSelector in com.univocity.parsers.conversions
Fields in com.univocity.parsers.conversions declared as EnumSelectorMethods in com.univocity.parsers.conversions that return EnumSelectorModifier and TypeMethodDescriptionstatic EnumSelector
Returns the enum constant of this class with the specified name.static EnumSelector[]
EnumSelector.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.univocity.parsers.conversions with parameters of type EnumSelectorModifier and TypeMethodDescriptionprivate String
EnumConversion.getKey
(T constant, EnumSelector conversionType) static <T extends Enum<T>>
EnumConversion<T>Conversions.toEnum
(Class<T> enumType, EnumSelector... selectors) Returns a new instance ofEnumConversion
static <T extends Enum<T>>
EnumConversion<T>Conversions.toEnum
(Class<T> enumType, String customEnumElement, EnumSelector... selectors) Returns a new instance ofEnumConversion
static <T extends Enum<T>>
EnumConversion<T>Conversions.toEnum
(Class<T> enumType, T valueIfStringIsNull, String valueIfEnumIsNull, String customEnumElement, EnumSelector... selectors) Returns a new instance ofEnumConversion
Method parameters in com.univocity.parsers.conversions with type arguments of type EnumSelectorModifier and TypeMethodDescriptionprivate void
EnumConversion.initializeMappings
(Set<EnumSelector> conversionTypes) Constructors in com.univocity.parsers.conversions with parameters of type EnumSelectorModifierConstructorDescriptionEnumConversion
(Class<T> enumType, EnumSelector... selectors) Defines a conversion for an enumeration type that will attempt to match Strings the list ofEnumSelector
s, in the specified order.EnumConversion
(Class<T> enumType, String customEnumElement, EnumSelector... selectors) Defines a conversion for an enumeration type that will attempt to match Strings the list ofEnumSelector
s, in the specified order.EnumConversion
(Class<T> enumType, T valueIfStringIsNull, String valueIfEnumIsNull, String customEnumElement, EnumSelector... selectors) Defines a conversion for an enumeration type that will attempt to match Strings the list ofEnumSelector
s, in the specified order.