Package org.github.jamm
Interface FieldAndClassFilter
- All Superinterfaces:
FieldFilter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Filter for fields and classes.
-
Method Summary
-
Method Details
-
ignore
Description copied from interface:FieldFilterChecks whether aFieldmust be ignored or not.- Specified by:
ignorein interfaceFieldFilter- Parameters:
cls- the class to which the field belong. Which might be different from the declaring class if the field is from a superclass.field- the field to check- Returns:
trueif the field must be ignoredfalseotherwise.
-
ignore
Checks whether aClassmust be ignored or not.- Parameters:
clazz- the class to check- Returns:
trueif the class must be ignoredfalseotherwise.
-