Uses of Interface
com.twelvemonkeys.util.convert.PropertyConverter
Packages that use PropertyConverter
-
Uses of PropertyConverter in com.twelvemonkeys.util.convert
Classes in com.twelvemonkeys.util.convert that implement PropertyConverterModifier and TypeClassDescriptionclass
The converter (singleton).class
Converts strings to dates and back.final class
Converts strings to objects and back.class
Converts strings to numbers and back.class
Converts strings to times and back.Fields in com.twelvemonkeys.util.convert with type parameters of type PropertyConverterModifier and TypeFieldDescriptionprotected final Map<Class,
PropertyConverter> Converter.converters
The converters MapMethods in com.twelvemonkeys.util.convert with parameters of type PropertyConverterModifier and TypeMethodDescriptionstatic void
Converter.registerConverter
(Class<?> pType, PropertyConverter pConverter) Registers a converter for a given type.