Uses of Interface
com.twelvemonkeys.util.convert.PropertyConverter
-
Packages that use PropertyConverter Package Description com.twelvemonkeys.util.convert -
-
Uses of PropertyConverter in com.twelvemonkeys.util.convert
Classes in com.twelvemonkeys.util.convert that implement PropertyConverter Modifier and Type Class Description class
Converter
The converter (singleton).(package private) class
ConverterImpl
The converter (singleton).class
DateConverter
Converts strings to dates and back.class
DefaultConverter
Converts strings to objects and back.class
NumberConverter
Converts strings to numbers and back.class
TimeConverter
Converts strings to times and back.Fields in com.twelvemonkeys.util.convert with type parameters of type PropertyConverter Modifier and Type Field Description protected java.util.Map<java.lang.Class,PropertyConverter>
Converter. converters
The converters MapMethods in com.twelvemonkeys.util.convert that return PropertyConverter Modifier and Type Method Description private PropertyConverter
ConverterImpl. getConverterForType(java.lang.Class pType)
Gets the registered converter for the given type.Methods in com.twelvemonkeys.util.convert with parameters of type PropertyConverter Modifier and Type Method Description static void
Converter. registerConverter(java.lang.Class<?> pType, PropertyConverter pConverter)
Registers a converter for a given type.
-