- factories - Variable in class org.joda.convert.StringConvert
-
The list of factories.
- findAnnotatedConverter(Class<T>) - Method in class org.joda.convert.AnnotationStringConverterFactory
-
Finds a converter searching annotated.
- findAnyConverter(Class<T>) - Method in class org.joda.convert.StringConvert
-
Finds a converter searching registered and annotated.
- findConverter(Class<?>) - Method in class org.joda.convert.AnnotationStringConverterFactory
-
Finds a converter by type.
- findConverter(Class<?>) - Method in class org.joda.convert.EnumStringConverterFactory
-
Finds a converter by type.
- 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.
- findConverterQuiet(Class<T>) - Method in class org.joda.convert.StringConvert
-
Finds a converter searching registered and annotated.
- findFromString(Class<?>) - Method in class org.joda.convert.AnnotationStringConverterFactory
-
Finds the conversion method.
- findFromStringConstructor(Class<T>, Method) - Method in class org.joda.convert.AnnotationStringConverterFactory
-
Finds the conversion method.
- findFromStringConstructorByType(Class<T>) - Method in class org.joda.convert.StringConvert
-
Finds the conversion method.
- findFromStringMethod(Class<T>, Method, boolean) - Method in class org.joda.convert.AnnotationStringConverterFactory
-
Finds the conversion method.
- findFromStringMethod(Class<?>, String) - Method in class org.joda.convert.StringConvert
-
Finds the conversion method.
- findToStringMethod(Class<?>) - Method in class org.joda.convert.AnnotationStringConverterFactory
-
Finds the conversion method.
- findToStringMethod(Class<?>, String) - Method in class org.joda.convert.StringConvert
-
Finds the conversion method.
- 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.
- FloatArrayStringConverter() - Constructor for enum org.joda.convert.factory.NumericArrayStringConverterFactory.FloatArrayStringConverter
-
- FloatArrayStringConverter() - Constructor for enum org.joda.convert.factory.NumericObjectArrayStringConverterFactory.FloatArrayStringConverter
-
- 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
.
- fromString - Variable in class org.joda.convert.MethodConstructorStringConverter
-
Conversion from a string.
- fromString - Variable in class org.joda.convert.MethodsStringConverter
-
Conversion 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.
- valueOf(String) - Static method in enum org.joda.convert.factory.BooleanArrayStringConverterFactory.BooleanArrayStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.joda.convert.factory.BooleanObjectArrayStringConverterFactory.BooleanArrayStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.joda.convert.factory.ByteObjectArrayStringConverterFactory.ByteArrayStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.joda.convert.factory.CharObjectArrayStringConverterFactory.CharecterArrayStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.joda.convert.factory.NumericArrayStringConverterFactory.DoubleArrayStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.joda.convert.factory.NumericArrayStringConverterFactory.FloatArrayStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.joda.convert.factory.NumericArrayStringConverterFactory.IntArrayStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.joda.convert.factory.NumericArrayStringConverterFactory.LongArrayStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.joda.convert.factory.NumericArrayStringConverterFactory.ShortArrayStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.joda.convert.factory.NumericObjectArrayStringConverterFactory.DoubleArrayStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.joda.convert.factory.NumericObjectArrayStringConverterFactory.FloatArrayStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.joda.convert.factory.NumericObjectArrayStringConverterFactory.IntArrayStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.joda.convert.factory.NumericObjectArrayStringConverterFactory.LongArrayStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.joda.convert.factory.NumericObjectArrayStringConverterFactory.ShortArrayStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.joda.convert.JDKStringConverter
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.joda.convert.factory.BooleanArrayStringConverterFactory.BooleanArrayStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.joda.convert.factory.BooleanObjectArrayStringConverterFactory.BooleanArrayStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.joda.convert.factory.ByteObjectArrayStringConverterFactory.ByteArrayStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.joda.convert.factory.CharObjectArrayStringConverterFactory.CharecterArrayStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.joda.convert.factory.NumericArrayStringConverterFactory.DoubleArrayStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.joda.convert.factory.NumericArrayStringConverterFactory.FloatArrayStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.joda.convert.factory.NumericArrayStringConverterFactory.IntArrayStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.joda.convert.factory.NumericArrayStringConverterFactory.LongArrayStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.joda.convert.factory.NumericArrayStringConverterFactory.ShortArrayStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.joda.convert.factory.NumericObjectArrayStringConverterFactory.DoubleArrayStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.joda.convert.factory.NumericObjectArrayStringConverterFactory.FloatArrayStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.joda.convert.factory.NumericObjectArrayStringConverterFactory.IntArrayStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.joda.convert.factory.NumericObjectArrayStringConverterFactory.LongArrayStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.joda.convert.factory.NumericObjectArrayStringConverterFactory.ShortArrayStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.joda.convert.JDKStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.