Uses of Class
com.univocity.parsers.conversions.EnumSelector

Packages that use EnumSelector
com.univocity.parsers.conversions   
 

Uses of EnumSelector in com.univocity.parsers.conversions
 

Methods in com.univocity.parsers.conversions that return EnumSelector
static EnumSelector EnumSelector.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumSelector[] EnumSelector.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.univocity.parsers.conversions with parameters of type EnumSelector
static
<T extends Enum<T>>
EnumConversion<T>
Conversions.toEnum(Class<T> enumType, EnumSelector... selectors)
          Returns a new instance of EnumConversion
static
<T extends Enum<T>>
EnumConversion<T>
Conversions.toEnum(Class<T> enumType, String customEnumElement, EnumSelector... selectors)
          Returns a new instance of EnumConversion
static
<T extends Enum<T>>
EnumConversion<T>
Conversions.toEnum(Class<T> enumType, T valueIfStringIsNull, String valueIfEnumIsNull, String customEnumElement, EnumSelector... selectors)
          Returns a new instance of EnumConversion
 

Constructors in com.univocity.parsers.conversions with parameters of type EnumSelector
EnumConversion(Class<T> enumType, EnumSelector... selectors)
          Defines a conversion for an enumeration type that will attempt to match Strings the list of EnumSelectors, 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 of EnumSelectors, 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 of EnumSelectors, in the specified order.
 



Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.