public class CustomMapperWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CUSTOM_MAPPER_FIELD_TPL |
static String |
WITH_CUSTOM |
| Constructor and Description |
|---|
CustomMapperWrapper(AnnotationWrapper mapperAnnotation,
MapperGeneratorContext context) |
CustomMapperWrapper(CustomMapperWrapper parent,
AnnotationWrapper annotationWrapper,
MapperGeneratorContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFields(List<TypeElement> childFields) |
void |
addMappersElementMethods(TypeElement mapperInterface) |
MappingBuilder |
getMapper(InOutType inOutType) |
MappingBuilder |
getMappingInterceptor(List<InOutType> inOutTypes) |
List<TypeElement> |
mapperFields() |
void |
reportUnused() |
String |
toString() |
public static final String CUSTOM_MAPPER_FIELD_TPL
public static final String WITH_CUSTOM
public CustomMapperWrapper(AnnotationWrapper mapperAnnotation, MapperGeneratorContext context)
public CustomMapperWrapper(CustomMapperWrapper parent, AnnotationWrapper annotationWrapper, MapperGeneratorContext context)
public MappingBuilder getMapper(InOutType inOutType)
public MappingBuilder getMappingInterceptor(List<InOutType> inOutTypes)
public void reportUnused()
public List<TypeElement> mapperFields()
public void addFields(List<TypeElement> childFields)
public void addMappersElementMethods(TypeElement mapperInterface)
Copyright © 2017. All Rights Reserved.