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 classConverterThe converter (singleton).(package private) classConverterImplThe converter (singleton).classDateConverterConverts strings to dates and back.classDefaultConverterConverts strings to objects and back.classNumberConverterConverts strings to numbers and back.classTimeConverterConverts 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. convertersThe converters MapMethods in com.twelvemonkeys.util.convert that return PropertyConverter Modifier and Type Method Description private PropertyConverterConverterImpl. 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 voidConverter. registerConverter(java.lang.Class<?> pType, PropertyConverter pConverter)Registers a converter for a given type.
-