public interface Filter
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
skipField(Field field) |
Returns whether to skip the field.
|
boolean |
skipObject(Object obj) |
Returns whether to skip the object.
|
boolean |
skipSuperClass(Class superclass) |
Checks whether to skip this superclass (and everything upwards).
|
boolean skipSuperClass(Class superclass)
superclass - the class to checkboolean skipObject(Object obj)
obj - the object to checkboolean skipField(Field field)
field - the field to checkCopyright © 2018. All Rights Reserved.