Package com.soklet.converter
Class AbstractValueConverter<F,T>
java.lang.Object
com.soklet.converter.AbstractValueConverter<F,T>
- All Implemented Interfaces:
ValueConverter<F,
T>
- Since:
- 1.0.0
- Author:
- Mark Allen
-
Constructor Details
-
AbstractValueConverter
public AbstractValueConverter()
-
-
Method Details
-
fromType
- Specified by:
fromType
in interfaceValueConverter<F,
T> - Returns:
- The type represented by
F
.
-
toType
- Specified by:
toType
in interfaceValueConverter<F,
T> - Returns:
- The type represented by
T
.
-