Uses of Interface
org.joda.convert.ToStringConverter
Packages that use ToStringConverter
-
Uses of ToStringConverter in org.joda.convert
Subinterfaces of ToStringConverter in org.joda.convertModifier and TypeInterfaceDescriptioninterface
Interface defining conversion to and from aString
.interface
Interface defining conversion to and from aString
together with the type.Methods in org.joda.convert with parameters of type ToStringConverterModifier and TypeMethodDescription<T> void
StringConvert.register
(Class<T> cls, ToStringConverter<T> toString, FromStringConverter<T> fromString) Registers a converter for a specific type using two separate converters.