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) static classEnumStringConverterFactory.EnumStringConverter(package private) classJDKStringConverterConversion between JDK classes and aString.(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) static classTypeStringConverterFactory.TypeStringConverter(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. findConverterQuiet(java.lang.Class<T> cls)<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.private <T> TypedStringConverter<T>StringConvert. lookupConverter(java.lang.Class<T> cls)Lookup a converter searching registered and annotated. -
Uses of TypedStringConverter in org.joda.convert.factory
-