Package org.smooks.api.converter
Interface TypeConverter<S,T>
-
- Type Parameters:
S- the source classT- the target class
public interface TypeConverter<S,T>Converts an object from a source class to a target class.A reference to a
TypeConvertershould be obtained from aTypeConverterFactory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tconvert(S value)
-