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 <T> ContextualConversionBuilder<T>Converter. withContext(Class<? extends T> targetClass)<T> ContextualConversionBuilder<T>Converter. withContext(Type targetType)<T> ContextualConversionBuilder<T>Converter. withContext(TypeDescriptor<T> targetTypeDescriptor) -
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<T>ContextualConversionBuilder. withArg(Object key, Object value)ContextualConversionBuilder<T>ContextualConversionBuilder. withArgs(Map<Object,Object> args)ContextualConversionBuilder<T>ContextualConversionBuilder. withConvertionKey(ConversionKey conversionKey)ContextualConversionBuilder<T>ContextualConversionBuilder. withSourceType(Type sourceType)ContextualConversionBuilder<T>ContextualConversionBuilder. withTargetType(Type targetType)
-