| Constructor and Description |
|---|
SizeOfFilterSource(boolean registerAnnotationFilter) |
| Modifier and Type | Method and Description |
|---|---|
SizeOfFilter[] |
getFilters() |
void |
ignoreField(Field field)
Adds a field to the ignore list.
|
void |
ignoreInstancesOf(Class clazz,
boolean strict)
Adds the class to the ignore list.
|
public SizeOfFilter[] getFilters()
public void ignoreInstancesOf(Class clazz, boolean strict)
FilterignoreInstancesOf in interface Filterclazz - the class to ignorestrict - true if to be ignored strictly, or false to include sub-classespublic void ignoreField(Field field)
FilterignoreField in interface Filterfield - the field to stop navigating the graph atCopyright © 2024 Terracotta. All rights reserved.