Uses of Interface
org.joda.convert.FromStringConverter
Packages that use FromStringConverter
-
Uses of FromStringConverter in org.joda.convert
Subinterfaces of FromStringConverter in org.joda.convertModifier and TypeInterfaceDescriptioninterfaceInterface defining conversion to and from aString.(package private) interfaceInterface defining conversion from aStringtogether with the type.interfaceInterface defining conversion to and from aStringtogether with the type.Classes in org.joda.convert that implement FromStringConverterModifier and TypeClassDescription(package private) final classConversion from a string using a fromString constructor.(package private) static final class(package private) enumConversion between JDK classes and aString.(package private) final classConversion from a string using a static method.(package private) final classParse the string format of OptionalDouble from Java 8.(package private) final classParse the string format of OptionalInt from Java 8.(package private) final classParse the string format of OptionalLong from Java 8.(package private) final classConversion to and from a string using reflection.(package private) final classTypedAdapter<T>AdaptsStringConvertertoTypedStringConverter.(package private) static final class(package private) final classParse the string format of Guava TypeToken.Fields in org.joda.convert with type parameters of type FromStringConverterModifier and TypeFieldDescriptionprivate final ConcurrentMap<Class<?>, FromStringConverter<?>> StringConvert.fromStringsThe cache of from-strings.Methods in org.joda.convert that return FromStringConverterModifier and TypeMethodDescription<T> FromStringConverter<T> StringConvert.findFromStringConverter(Class<T> cls) Finds a suitable from-string converter for the type.Methods in org.joda.convert with parameters of type FromStringConverterModifier and TypeMethodDescription<T> voidStringConvert.register(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
Classes in org.joda.convert.factory that implement FromStringConverterModifier and TypeClassDescription(package private) static enum(package private) static enum(package private) static enum(package private) static enum(package private) static enum(package private) static enum(package private) static enum(package private) static enum(package private) static enum(package private) static enum(package private) static enum(package private) static enum(package private) static enum(package private) static enum