A converter converts a source object of type S to a target of type T. Implementations of this interface are thread-safe and can be shared.
Implementations may additionally implement {@link ConditionalConverter}.
@author Keith Donald
@since 3.0
@see ConditionalConverter
@param < S> The source type
@param < T> The target type
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.