public class IgnoreFieldsWrapper extends Object
| Constructor and Description |
|---|
IgnoreFieldsWrapper(MapperGeneratorContext context,
Element mapperMethod,
IgnoreFieldsWrapper parent,
List<String> ignoreFieldsParam) |
IgnoreFieldsWrapper(MapperGeneratorContext context,
Element mapperMethod,
List<String> ignoreFieldsParam) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIgnoredField(String field,
DeclaredType type)
Tells wether the given field can be ignored for the given DeclaredType.
|
void |
reportUnusedFields() |
public IgnoreFieldsWrapper(MapperGeneratorContext context, Element mapperMethod, List<String> ignoreFieldsParam)
public IgnoreFieldsWrapper(MapperGeneratorContext context, Element mapperMethod, IgnoreFieldsWrapper parent, List<String> ignoreFieldsParam)
public boolean isIgnoredField(String field, DeclaredType type)
field - type - public void reportUnusedFields()
Copyright © 2016. All Rights Reserved.