public interface SizeOfFilter
SizeOf| Modifier and Type | Method and Description |
|---|---|
boolean |
filterClass(Class<?> klazz)
Checks whether the type needs to be filtered
|
Collection<Field> |
filterFields(Class<?> klazz,
Collection<Field> fields)
Returns the fields to walk and measure for a type
|
Collection<Field> filterFields(Class<?> klazz, Collection<Field> fields)
klazz - the typefields - the fields already "qualified"boolean filterClass(Class<?> klazz)
klazz - the typefalse, if to be filtered outCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.