- findConverter(Class<T>) - Method in class org.joda.convert.StringConvert
-
Finds a suitable converter for the type.
- FromString - Annotation Type in org.joda.convert
-
Annotation used to mark a method or constructor as being suitable for converting
an object from a String
.
- FromStringConverter<T> - Interface in org.joda.convert
-
Interface defining conversion from a String
.
- FromStringFactory - Annotation Type in org.joda.convert
-
Annotation used on a type to indicate that another class, the factory,
provides the 'from string' method.