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 EnumSelectorReturns 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 StringEnumConversion.getKey(T constant, EnumSelector conversionType) static <T extends Enum<T>>
EnumConversion<T>Conversions.toEnum(Class<T> enumType, EnumSelector... selectors) Returns a new instance ofEnumConversionstatic <T extends Enum<T>>
EnumConversion<T>Conversions.toEnum(Class<T> enumType, String customEnumElement, EnumSelector... selectors) Returns a new instance ofEnumConversionstatic <T extends Enum<T>>
EnumConversion<T>Conversions.toEnum(Class<T> enumType, T valueIfStringIsNull, String valueIfEnumIsNull, String customEnumElement, EnumSelector... selectors) Returns a new instance ofEnumConversionMethod parameters in com.univocity.parsers.conversions with type arguments of type EnumSelectorModifier and TypeMethodDescriptionprivate voidEnumConversion.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 ofEnumSelectors, 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 ofEnumSelectors, 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 ofEnumSelectors, in the specified order.