Uses of Interface
org.joda.convert.ToStringConverter
-
Packages that use ToStringConverter Package Description org.joda.convert -
-
Uses of ToStringConverter in org.joda.convert
Subinterfaces of ToStringConverter in org.joda.convert Modifier and Type Interface Description interfaceStringConverter<T>Interface defining conversion to and from aString.interfaceTypedStringConverter<T>Interface defining conversion to and from aStringtogether with the type.Methods in org.joda.convert with parameters of type ToStringConverter Modifier and Type Method Description <T> voidStringConvert. register(java.lang.Class<T> cls, ToStringConverter<T> toString, FromStringConverter<T> fromString)Registers a converter for a specific type using two separate converters.
-