Uses of Class
org.hglteam.conversion.api.context.ContextualConversionBuilder
-
Packages that use ContextualConversionBuilder Package Description org.hglteam.conversion.api org.hglteam.conversion.api.context -
-
Uses of ContextualConversionBuilder in org.hglteam.conversion.api
Methods in org.hglteam.conversion.api that return ContextualConversionBuilder Modifier and Type Method Description <TD> ContextualConversionBuilder<TD>Converter. withContext(Class<? extends TD> targetClass)<TD> ContextualConversionBuilder<TD>Converter. withContext(Type targetType) -
Uses of ContextualConversionBuilder in org.hglteam.conversion.api.context
Methods in org.hglteam.conversion.api.context that return ContextualConversionBuilder Modifier and Type Method Description ContextualConversionBuilder<TD>ContextualConversionBuilder. withArgs(Object... args)ContextualConversionBuilder<TD>ContextualConversionBuilder. withConvertionKey(ConversionKey conversionKey)ContextualConversionBuilder<TD>ContextualConversionBuilder. withSourceType(Type sourceType)ContextualConversionBuilder<TD>ContextualConversionBuilder. withTargetType(Type targetType)
-