org.joda.convert
Interface StringConverter<T>

Type Parameters:
T - the type of the converter
All Superinterfaces:
FromStringConverter<T>, ToStringConverter<T>

public interface StringConverter<T>
extends ToStringConverter<T>, FromStringConverter<T>

Interface defining conversion to and from a String.

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.ToStringConverter
convertToString
 
Methods inherited from interface org.joda.convert.FromStringConverter
convertFromString
 



Copyright © 2010-2013 Joda.org. All Rights Reserved.