Uses of Interface
org.joda.convert.ToStringConverter
-
Packages that use ToStringConverter Package Description org.joda.convert org.joda.convert.factory -
-
Uses of ToStringConverter in org.joda.convert
Subinterfaces of ToStringConverter in org.joda.convert Modifier and Type Interface Description interfaceStringConverter<T>Interface defining conversion to and from aString.interfaceTypedStringConverter<T>Interface defining conversion to and from aStringtogether with the type.Classes in org.joda.convert that implement ToStringConverter 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.Methods in org.joda.convert with parameters of type ToStringConverter 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 ToStringConverter in org.joda.convert.factory
-