|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SizeOfFilter
Filter to filter types or fields of object graphs passed to a SizeOf engine
SizeOf
Method Summary | |
---|---|
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 |
Method Detail |
---|
Collection<Field> filterFields(Class<?> klazz, Collection<Field> fields)
klazz
- the typefields
- the fields already "qualified"
boolean filterClass(Class<?> klazz)
klazz
- the type
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |