|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.axonframework.test.matchers.NonTransientFieldsFilter
public class NonTransientFieldsFilter
FieldFilter implementation that only accepts non-transient Fields.
Method Summary | |
---|---|
boolean |
accept(Field field)
Indicates whether the given field should be accepted for processing, or skipped/ignored. |
static NonTransientFieldsFilter |
instance()
Returns the (singleton) instance of the AllFieldsFilter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean accept(Field field)
FieldFilter
field
should be accepted for processing, or skipped/ignored.
accept
in interface FieldFilter
field
- The field to evaluate
true
when the field should be processed, otherwise false
public static NonTransientFieldsFilter instance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |