Package org.axonframework.test.matchers
Interface FieldFilter
- All Known Implementing Classes:
AllFieldsFilter,IgnoreField,MatchAllFieldFilter,NonStaticFieldsFilter,NonTransientFieldsFilter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The FieldFilter indicates whether any given Field should be accepted for processing or not.
- Since:
- 2.4.1
- Author:
- Allard Buijze
-
Method Summary
-
Method Details
-
accept
Indicates whether the givenfieldshould be accepted for processing, or skipped/ignored.- Parameters:
field- The field to evaluate- Returns:
truewhen the field should be processed, otherwisefalse
-