public interface Filter
| Modifier and Type | Method and Description |
|---|---|
void |
ignoreField(Field field)
Adds a field to the ignore list.
|
void |
ignoreInstancesOf(Class clazz,
boolean strict)
Adds the class to the ignore list.
|
void ignoreInstancesOf(Class clazz, boolean strict)
clazz - the class to ignorestrict - true if to be ignored strictly, or false to include sub-classesvoid ignoreField(Field field)
field - the field to stop navigating the graph atCopyright © 2024 Terracotta. All rights reserved.