Uses of Class
org.zalando.typemapper.core.fieldMapper.ObjectMapper
-
-
Uses of ObjectMapper in org.zalando.sprocwrapper.globalobjecttransformer
Methods in org.zalando.sprocwrapper.globalobjecttransformer that return ObjectMapper Modifier and Type Method Description static <T> ObjectMapper<T>GlobalObjectTransformerLoader. getObjectMapperForClass(Class<T> genericType) -
Uses of ObjectMapper in org.zalando.sprocwrapper.proxy
Constructors in org.zalando.sprocwrapper.proxy with parameters of type ObjectMapper Constructor Description GlobalValueTransformedParameter(ValueTransformer<?,?> valueTransformerForClass, Class<?> clazz, Method m, String typeName, int javaPosition, boolean sensitive, ObjectMapper<?> globalObjectMapper) -
Uses of ObjectMapper in org.zalando.typemapper.annotations
Methods in org.zalando.typemapper.annotations that return types with arguments of type ObjectMapper Modifier and Type Method Description Class<? extends ObjectMapper<?>>mapper() -
Uses of ObjectMapper in org.zalando.typemapper.core
Methods in org.zalando.typemapper.core that return types with arguments of type ObjectMapper Modifier and Type Method Description Class<? extends ObjectMapper<?>>DatabaseFieldDescriptor. getMapper() -
Uses of ObjectMapper in org.zalando.typemapper.core.fieldMapper
Subclasses of ObjectMapper in org.zalando.typemapper.core.fieldMapper Modifier and Type Class Description classDefaultObjectMapper
-