Interface Converter<T>
-
- Type Parameters:
T
-
public interface Converter<T>
General purpose data type converter that can be registered and used to manage the conversion of objects from one type to another.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
convert(java.lang.Class<T> type, java.lang.Object value)
-