Uses of Interface
org.hglteam.conversion.api.ConversionKey
-
Packages that use ConversionKey Package Description org.hglteam.conversion.api org.hglteam.conversion.api.context -
-
Uses of ConversionKey in org.hglteam.conversion.api
Classes in org.hglteam.conversion.api that implement ConversionKey Modifier and Type Class Description classDefaultConversionKeyclassGenericConversionKey<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>ConversionMap. getAvailableConversions()Methods in org.hglteam.conversion.api with parameters of type ConversionKey Modifier and Type Method Description static booleanConversionKey. areEqual(ConversionKey a, ConversionKey b)<S,T>
TConverter. convert(S source, ConversionKey contersionKey)<S,T>
Function<S,T>Converter. convertTo(ConversionKey conversionKey)static Supplier<ConversionMap.NoCompatibleKeyFoundException>ConversionMap.NoCompatibleKeyFoundException. forKey(ConversionKey conversionKey)ConversionMapConversionMap. register(ConversionKey key, TypeConverter<?,?> converter)TypeConverter<?,?>ConversionMap. resolve(ConversionKey key)Constructors in org.hglteam.conversion.api with parameters of type ConversionKey Constructor Description DuplicatedConversionKeyException(ConversionKey conversionKey)NoCompatibleKeyFoundException(ConversionKey conversionKey) -
Uses of ConversionKey in org.hglteam.conversion.api.context
Methods in org.hglteam.conversion.api.context with parameters of type ConversionKey Modifier and Type Method Description ContextualConversionBuilder<T>ContextualConversionBuilder. withConvertionKey(ConversionKey conversionKey)
-