interface IncludeExcludeConverter<W> extends ConfigurableConverter<W>
A converter capable of including/excluding properties on the target object
Type Params | Return Type | Name and description |
---|---|---|
|
abstract void |
setExcludes(List<String> excludes) |
|
abstract void |
setIncludes(List<String> includes) |