public class MapperConfig
extends java.lang.Object
MapperPrism with the 'default' configuration.
If no configuration for a property is defined in the Mapper annotation this
decorator will revert to the Mapper.config() defined mapper.
MapperConfig.uses() will add its Mappers to the ones defined in
Mapper.uses()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
componentModel() |
javax.lang.model.element.AnnotationMirror |
getAnnotationMirror() |
CollectionMappingStrategy |
getCollectionMappingStrategy() |
static MapperConfig |
getInstance(javax.lang.model.element.AnnotationMirror mirror) |
static MapperConfig |
getInstanceOn(javax.lang.model.element.Element e) |
boolean |
isSetUnmappedTargetPolicy() |
boolean |
isValid() |
java.lang.String |
unmappedTargetPolicy() |
java.util.List<javax.lang.model.type.TypeMirror> |
uses() |
public static MapperConfig getInstanceOn(javax.lang.model.element.Element e)
public static MapperConfig getInstance(javax.lang.model.element.AnnotationMirror mirror)
public java.util.List<javax.lang.model.type.TypeMirror> uses()
public java.lang.String unmappedTargetPolicy()
public CollectionMappingStrategy getCollectionMappingStrategy()
public java.lang.String componentModel()
public boolean isValid()
public boolean isSetUnmappedTargetPolicy()
public javax.lang.model.element.AnnotationMirror getAnnotationMirror()
Copyright © 2012-2014. All Rights Reserved.