- findConverter(Class<?>) - Method in class org.joda.convert.factory.BooleanArrayStringConverterFactory
-
Finds a converter by type.
- findConverter(Class<?>) - Method in class org.joda.convert.factory.BooleanObjectArrayStringConverterFactory
-
Finds a converter by type.
- findConverter(Class<?>) - Method in class org.joda.convert.factory.ByteObjectArrayStringConverterFactory
-
Finds a converter by type.
- findConverter(Class<?>) - Method in class org.joda.convert.factory.CharObjectArrayStringConverterFactory
-
Finds a converter by type.
- findConverter(Class<?>) - Method in class org.joda.convert.factory.NumericArrayStringConverterFactory
-
Finds a converter by type.
- findConverter(Class<?>) - Method in class org.joda.convert.factory.NumericObjectArrayStringConverterFactory
-
Finds a converter by type.
- findConverter(Class<T>) - Method in class org.joda.convert.StringConvert
-
Finds a suitable converter for the type.
- findConverter(Class<?>) - Method in interface org.joda.convert.StringConverterFactory
-
Finds a converter by type.
- findConverterNoGenerics(Class<?>) - Method in class org.joda.convert.StringConvert
-
Finds a suitable converter for the type with open generics.
- findTypedConverter(Class<T>) - Method in class org.joda.convert.StringConvert
-
Finds a suitable converter for the type.
- findTypedConverterNoGenerics(Class<?>) - Method in class org.joda.convert.StringConvert
-
Finds a suitable converter for the type with open generics.
- 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.