Uses of Interface
org.github.jamm.FieldFilter
Packages that use FieldFilter
-
Uses of FieldFilter in org.github.jamm
Subinterfaces of FieldFilter in org.github.jammModifier and TypeInterfaceDescriptioninterface
Filter for fields and classes.Fields in org.github.jamm declared as FieldFilterModifier and TypeFieldDescriptionstatic final FieldFilter
Filters.IGNORE_CLEANER_FIELDS
Filter excluding some of the fields from sun.misc.Cleaner as they should not be taken into account.static final FieldFilter
Filters.IGNORE_NON_STRONG_REFERENCES
Filter excluding all the Reference's fields and thehead
field ofReferenceQueue
.static final FieldFilter
Filters.IGNORE_OUTER_CLASS_REFERENCES
Filter excluding the outer class reference from non-static inner classes.static final FieldFilter
Filter excluding static and primitive fieldsstatic final FieldFilter
Filters.IGNORE_THREAD_FIELDS
Filter excluding thegroup
field from thread classes as that field holds the references to all the other threads from the group to which the thread belongs.Methods in org.github.jamm that return FieldFilterModifier and TypeMethodDescriptionstatic FieldFilter
Filters.getFieldFilters
(boolean ignoreKnownSingletons, boolean ignoreOuterClassReference, boolean ignoreNonStrongReferences) Constructors in org.github.jamm with parameters of type FieldFilterModifierConstructorDescriptionMemoryMeter
(MemoryMeterStrategy strategy, FieldAndClassFilter classFilter, FieldFilter fieldFilter, MemoryMeterListener.Factory listenerFactory) Create a newMemoryMeter
instance from the different component it needs to measure object graph.