Package org.joda.convert
Interface StringConverter<T>
-
- Type Parameters:
T- the type of the converter
- All Superinterfaces:
FromStringConverter<T>,ToStringConverter<T>
- All Known Subinterfaces:
TypedStringConverter<T>
- All Known Implementing Classes:
BooleanArrayStringConverterFactory.BooleanArrayStringConverter,BooleanObjectArrayStringConverterFactory.BooleanArrayStringConverter,ByteObjectArrayStringConverterFactory.ByteArrayStringConverter,CharObjectArrayStringConverterFactory.CharecterArrayStringConverter,EnumStringConverterFactory.EnumStringConverter,JDKStringConverter,MethodConstructorStringConverter,MethodsStringConverter,NumericArrayStringConverterFactory.DoubleArrayStringConverter,NumericArrayStringConverterFactory.FloatArrayStringConverter,NumericArrayStringConverterFactory.IntArrayStringConverter,NumericArrayStringConverterFactory.LongArrayStringConverter,NumericArrayStringConverterFactory.ShortArrayStringConverter,NumericObjectArrayStringConverterFactory.DoubleArrayStringConverter,NumericObjectArrayStringConverterFactory.FloatArrayStringConverter,NumericObjectArrayStringConverterFactory.IntArrayStringConverter,NumericObjectArrayStringConverterFactory.LongArrayStringConverter,NumericObjectArrayStringConverterFactory.ShortArrayStringConverter,OptionalDoubleStringConverter,OptionalIntStringConverter,OptionalLongStringConverter,ReflectionStringConverter,TypedAdapter,TypeStringConverter,TypeTokenStringConverter
public interface StringConverter<T> extends ToStringConverter<T>, FromStringConverter<T>
Interface defining conversion to and from aString.StringConverter is an interface and must be implemented with care. Implementations must be immutable and thread-safe.
-
-
Method Summary
-
Methods inherited from interface org.joda.convert.FromStringConverter
convertFromString
-
Methods inherited from interface org.joda.convert.ToStringConverter
convertToString
-
-