org.axonframework.test.matchers
Interface FieldFilter

All Known Implementing Classes:
AllFieldsFilter, IgnoreField, MatchAllFieldFilter, NonTransientFieldsFilter

public interface FieldFilter

The FieldFilter indicates whether any given Field should be accepted for processing or not.

Since:
2.4.1
Author:
Allard Buijze

Method Summary
 boolean accept(Field field)
          Indicates whether the given field should be accepted for processing, or skipped/ignored.
 

Method Detail

accept

boolean accept(Field field)
Indicates whether the given field should be accepted for processing, or skipped/ignored.

Parameters:
field - The field to evaluate
Returns:
true when the field should be processed, otherwise false


Copyright © 2010-2016. All Rights Reserved.