Module org.joda.convert
Package org.joda.convert
-
Interface Summary Interface Description FromStringConverter<T> Interface defining conversion from aString.StringConverter<T> Interface defining conversion to and from aString.StringConverterFactory Factory forStringConverterthat allows converters to be created dynamically or easily initialised.ToStringConverter<T> Interface defining conversion to aString.TypedStringConverter<T> Interface defining conversion to and from aStringtogether with the type. -
Class Summary Class Description RenameHandler A general purpose utility for registering renames.StringConvert Manager for conversion to and from aString, acting as the main client interface. -
Annotation Types Summary Annotation Type Description FromString Annotation used to mark a method or constructor as being suitable for converting an object from aString.FromStringFactory Annotation used on a type to indicate that another class, the factory, provides the 'from string' method.ToString Annotation used to mark a method as being suitable for converting an object to a standard formatString.