Uses of Interface
org.hglteam.conversion.api.ConversionKey
-
-
Uses of ConversionKey in org.hglteam.conversion.api
Classes in org.hglteam.conversion.api that implement ConversionKey Modifier and Type Class Description classDefaultConvertionKeyclassGenericConversionKey<TS,TD>Methods in org.hglteam.conversion.api that return ConversionKey Modifier and Type Method Description ConversionKeyExplicitTypeConverter. getConversionKey()Methods in org.hglteam.conversion.api that return types with arguments of type ConversionKey Modifier and Type Method Description Collection<ConversionKey>ConversionContext. getAvailableConversions()Methods in org.hglteam.conversion.api with parameters of type ConversionKey Modifier and Type Method Description static booleanConversionKey. areEqual(ConversionKey a, ConversionKey b)<TS,TD>
TDConverter. convert(TS source, ConversionKey contersionKey)<TS,TD>
Function<TS,TD>Converter. convertTo(ConversionKey conversionKey)ConversionContextConversionContext. register(ConversionKey key, TypeConverter<?,?> converter)TypeConverter<?,?>ConversionContext. resolve(ConversionKey key)
-