Package org.hglteam.conversion.api
Class GenericTypeConverter<TS,TD>
- java.lang.Object
-
- org.hglteam.conversion.api.GenericTypeConverter<TS,TD>
-
- All Implemented Interfaces:
ExplicitTypeConverter<TS,TD>,TypeConverter<TS,TD>
public abstract class GenericTypeConverter<TS,TD> extends Object implements ExplicitTypeConverter<TS,TD>
-
-
Constructor Summary
Constructors Constructor Description GenericTypeConverter(Function<TS,TD> conversionFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TDconvert(TS source)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hglteam.conversion.api.ExplicitTypeConverter
getConversionKey
-
-