public class FieldsWrapper extends Object
| Constructor and Description |
|---|
FieldsWrapper(MapperGeneratorContext context,
MethodWrapper mapperMethod,
FieldsWrapper parent,
List<AnnotationWrapper> withCustomFields) |
FieldsWrapper(MapperGeneratorContext context,
TypeElement type,
AnnotationWrapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
List<fr.xebia.extras.selma.codegen.Field> |
getFieldFor(String field,
DeclaredType sourceType,
DeclaredType destinationType) |
List<TypeElement> |
mapperFields() |
void |
reportUnused() |
public FieldsWrapper(MapperGeneratorContext context, MethodWrapper mapperMethod, FieldsWrapper parent, List<AnnotationWrapper> withCustomFields)
public FieldsWrapper(MapperGeneratorContext context, TypeElement type, AnnotationWrapper mapper)
public List<fr.xebia.extras.selma.codegen.Field> getFieldFor(String field, DeclaredType sourceType, DeclaredType destinationType)
public void reportUnused()
public List<TypeElement> mapperFields()
Copyright © 2017. All Rights Reserved.