Uses of Interface
org.joda.convert.TypedStringConverter
-
Packages that use TypedStringConverter Package Description org.joda.convert org.joda.convert.factory -
-
Uses of TypedStringConverter in org.joda.convert
Classes in org.joda.convert that implement TypedStringConverter Modifier and Type Class Description (package private) classEnumStringConverterFactory.EnumStringConverter(package private) classJDKStringConverterConversion between JDK classes and aString.(package private) classMethodConstructorStringConverter<T>Conversion to and from a string using a toString method and a fromString constructor.(package private) classMethodsStringConverter<T>Conversion to and from a string using two methods.(package private) classOptionalDoubleStringConverterParse the string format of OptionalDouble from Java 8.(package private) classOptionalIntStringConverterParse the string format of OptionalInt from Java 8.(package private) classOptionalLongStringConverterParse the string format of OptionalLong from Java 8.(package private) classReflectionStringConverter<T>Conversion to and from a string using reflection.(package private) classTypedAdapter<T>AdaptsStringConvertertoTypedStringConverter.(package private) classTypeStringConverterParse the string format of Type via Guava TypeToken.(package private) classTypeTokenStringConverterParse the string format of Guava TypeToken.Fields in org.joda.convert declared as TypedStringConverter Modifier and Type Field Description private static TypedStringConverter<?>StringConvert. CACHED_NULLThe cached null object.Fields in org.joda.convert with type parameters of type TypedStringConverter Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.Class<?>,TypedStringConverter<?>>StringConvert. registeredThe cache of converters.Methods in org.joda.convert that return TypedStringConverter Modifier and Type Method Description (package private) static <R> TypedStringConverter<R>TypedAdapter. adapt(java.lang.Class<R> cls, StringConverter<R> converter)private <T> TypedStringConverter<T>StringConvert. findAnyConverter(java.lang.Class<T> cls)Finds a converter searching registered and annotated.private <T> TypedStringConverter<T>StringConvert. findConverterQuiet(java.lang.Class<T> cls)Finds a converter searching registered and annotated.<T> TypedStringConverter<T>StringConvert. findTypedConverter(java.lang.Class<T> cls)Finds a suitable converter for the type.TypedStringConverter<java.lang.Object>StringConvert. findTypedConverterNoGenerics(java.lang.Class<?> cls)Finds a suitable converter for the type with open generics. -
Uses of TypedStringConverter in org.joda.convert.factory
-