Package org.joda.convert

Interface Summary
FromStringConverter<T> Interface defining conversion from a String.
StringConverter<T> Interface defining conversion to and from a String.
ToStringConverter<T> Interface defining conversion to a String.
 

Class Summary
StringConvert Manager for conversion to and from a String, acting as the main client interface.
 

Annotation Types Summary
FromString Annotation used to mark a method or constructor as being suitable for converting an object from a String.
ToString Annotation used to mark a method as being suitable for converting an object to a standard format String.
 



Copyright © 2010-2013 Joda.org. All Rights Reserved.