Uses of Interface
org.joda.convert.StringConverter
-
Packages that use StringConverter Package Description org.joda.convert org.joda.convert.factory -
-
Uses of StringConverter in org.joda.convert
Subinterfaces of StringConverter in org.joda.convert Modifier and Type Interface Description interface
TypedStringConverter<T>
Interface defining conversion to and from aString
together with the type.Classes in org.joda.convert that implement StringConverter Modifier and Type Class Description (package private) class
EnumStringConverterFactory.EnumStringConverter
(package private) class
JDKStringConverter
Conversion between JDK classes and aString
.(package private) class
MethodConstructorStringConverter<T>
Conversion to and from a string using a toString method and a fromString constructor.(package private) class
MethodsStringConverter<T>
Conversion to and from a string using two methods.(package private) class
OptionalDoubleStringConverter
Parse the string format of OptionalDouble from Java 8.(package private) class
OptionalIntStringConverter
Parse the string format of OptionalInt from Java 8.(package private) class
OptionalLongStringConverter
Parse the string format of OptionalLong from Java 8.(package private) class
ReflectionStringConverter<T>
Conversion to and from a string using reflection.(package private) class
TypedAdapter<T>
AdaptsStringConverter
toTypedStringConverter
.(package private) class
TypeStringConverter
Parse the string format of Type via Guava TypeToken.(package private) class
TypeTokenStringConverter
Parse the string format of Guava TypeToken.Fields in org.joda.convert declared as StringConverter Modifier and Type Field Description private StringConverter<T>
TypedAdapter. conv
Methods in org.joda.convert that return StringConverter Modifier and Type Method Description private <T> StringConverter<T>
AnnotationStringConverterFactory. findAnnotatedConverter(java.lang.Class<T> cls)
Finds a converter searching annotated.StringConverter<?>
AnnotationStringConverterFactory. findConverter(java.lang.Class<?> cls)
Finds a converter by type.StringConverter<?>
EnumStringConverterFactory. findConverter(java.lang.Class<?> cls)
Finds a converter by type.<T> StringConverter<T>
StringConvert. findConverter(java.lang.Class<T> cls)
Finds a suitable converter for the type.StringConverter<?>
StringConverterFactory. findConverter(java.lang.Class<?> cls)
Finds a converter by type.StringConverter<java.lang.Object>
StringConvert. findConverterNoGenerics(java.lang.Class<?> cls)
Finds a suitable converter for the type with open generics.Methods in org.joda.convert with parameters of type StringConverter Modifier and Type Method Description (package private) static <R> TypedStringConverter<R>
TypedAdapter. adapt(java.lang.Class<R> cls, StringConverter<R> converter)
<T> void
StringConvert. register(java.lang.Class<T> cls, StringConverter<T> converter)
Registers a converter for a specific type.Constructors in org.joda.convert with parameters of type StringConverter Constructor Description TypedAdapter(StringConverter<T> conv, java.lang.Class<?> effectiveType)
-
Uses of StringConverter in org.joda.convert.factory
Methods in org.joda.convert.factory that return StringConverter Modifier and Type Method Description StringConverter<?>
BooleanArrayStringConverterFactory. findConverter(java.lang.Class<?> cls)
Finds a converter by type.StringConverter<?>
BooleanObjectArrayStringConverterFactory. findConverter(java.lang.Class<?> cls)
Finds a converter by type.StringConverter<?>
ByteObjectArrayStringConverterFactory. findConverter(java.lang.Class<?> cls)
Finds a converter by type.StringConverter<?>
CharObjectArrayStringConverterFactory. findConverter(java.lang.Class<?> cls)
Finds a converter by type.StringConverter<?>
NumericArrayStringConverterFactory. findConverter(java.lang.Class<?> cls)
Finds a converter by type.StringConverter<?>
NumericObjectArrayStringConverterFactory. findConverter(java.lang.Class<?> cls)
Finds a converter by type.
-