Interface | Description |
---|---|
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 | Description |
---|---|
StringConvert |
Manager for conversion to and from a
String , acting as the main client interface. |
Annotation Type | Description |
---|---|
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-2016 Joda.org. All Rights Reserved.