Uses of Interface
org.joda.convert.FromStringConverter
-
Packages that use FromStringConverter Package Description org.joda.convert org.joda.convert.factory -
-
Uses of FromStringConverter in org.joda.convert
Subinterfaces of FromStringConverter in org.joda.convert Modifier and Type Interface Description interfaceStringConverter<T>Interface defining conversion to and from aString.(package private) interfaceTypedFromStringConverter<T>Interface defining conversion from aStringtogether with the type.interfaceTypedStringConverter<T>Interface defining conversion to and from aStringtogether with the type.Classes in org.joda.convert that implement FromStringConverter Modifier and Type Class Description (package private) classConstructorFromStringConverter<T>Conversion from a string using a fromString constructor.(package private) static classEnumStringConverterFactory.EnumStringConverter(package private) classJDKStringConverterConversion between JDK classes and aString.(package private) classMethodFromStringConverter<T>Conversion from a string using a static method.(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 with type parameters of type FromStringConverter Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.Class<?>,FromStringConverter<?>>StringConvert. fromStringsThe cache of from-strings.Methods in org.joda.convert that return FromStringConverter Modifier and Type Method Description <T> FromStringConverter<T>StringConvert. findFromStringConverter(java.lang.Class<T> cls)Finds a suitable from-string converter for the type.Methods in org.joda.convert with parameters of type FromStringConverter Modifier and Type Method Description <T> voidStringConvert. register(java.lang.Class<T> cls, ToStringConverter<T> toString, FromStringConverter<T> fromString)Registers a converter for a specific type using two separate converters. -
Uses of FromStringConverter in org.joda.convert.factory
-