Uses of Class
org.bytemechanics.commons.string.GenericTextParser
-
Packages that use GenericTextParser Package Description org.bytemechanics.commons.string -
-
Uses of GenericTextParser in org.bytemechanics.commons.string
Methods in org.bytemechanics.commons.string that return GenericTextParser Modifier and Type Method Description static GenericTextParser
GenericTextParser. valueOf(String name)
Returns the enum constant of this type with the specified name.static GenericTextParser[]
GenericTextParser. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bytemechanics.commons.string that return types with arguments of type GenericTextParser Modifier and Type Method Description static Optional<GenericTextParser>
GenericTextParser. find(Class _class)
Try to return an available parser for the given classstatic Optional<GenericTextParser>
GenericTextParser. find(Object _object)
Try to convert the given object to string usign default format
-