Uses of Interface
org.joda.convert.FromStringConverter
Packages that use FromStringConverter
-
Uses of FromStringConverter in org.joda.convert
Subinterfaces of FromStringConverter in org.joda.convertModifier and TypeInterfaceDescriptioninterface
Interface defining conversion to and from aString
.(package private) interface
org.joda.convert.TypedFromStringConverter<T>
Interface defining conversion from aString
together with the type.interface
Interface defining conversion to and from aString
together with the type.Methods in org.joda.convert that return FromStringConverterModifier and TypeMethodDescription<T> FromStringConverter
<T> StringConvert.findFromStringConverter
(Class<T> cls) Finds a suitable from-string converter for the type.Methods in org.joda.convert with parameters of type FromStringConverterModifier 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.