Uses of Interface
org.joda.convert.StringConverter
Packages that use StringConverter
-
Uses of StringConverter in org.joda.convert
Subinterfaces of StringConverter in org.joda.convertModifier and TypeInterfaceDescriptioninterfaceInterface defining conversion to and from aStringtogether with the type.Methods in org.joda.convert that return StringConverterModifier and TypeMethodDescription<T> StringConverter<T> StringConvert.findConverter(Class<T> cls) Finds a suitable converter for the type.StringConverterFactory.findConverter(Class<?> cls) Finds a converter by type.StringConvert.findConverterNoGenerics(Class<?> cls) Finds a suitable converter for the type with open generics.Methods in org.joda.convert with parameters of type StringConverterModifier and TypeMethodDescription<T> voidStringConvert.register(Class<T> cls, StringConverter<T> converter) Registers a converter for a specific type. -
Uses of StringConverter in org.joda.convert.factory
Methods in org.joda.convert.factory that return StringConverterModifier and TypeMethodDescriptionBooleanArrayStringConverterFactory.findConverter(Class<?> cls) Finds a converter by type.BooleanObjectArrayStringConverterFactory.findConverter(Class<?> cls) Finds a converter by type.ByteObjectArrayStringConverterFactory.findConverter(Class<?> cls) Finds a converter by type.CharObjectArrayStringConverterFactory.findConverter(Class<?> cls) Finds a converter by type.NumericArrayStringConverterFactory.findConverter(Class<?> cls) Finds a converter by type.NumericObjectArrayStringConverterFactory.findConverter(Class<?> cls) Finds a converter by type.