Package org.hglteam.conversion.api
Interface ExplicitTypeConverter<TS,TD>
-
- All Superinterfaces:
TypeConverter<TS,TD>
- All Known Implementing Classes:
GenericTypeConverter
public interface ExplicitTypeConverter<TS,TD> extends TypeConverter<TS,TD>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversionKeygetConversionKey()-
Methods inherited from interface org.hglteam.conversion.api.TypeConverter
convert
-
-
-
-
Method Detail
-
getConversionKey
ConversionKey getConversionKey()
-
-