|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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)
FieldFilterfield should be accepted for processing, or skipped/ignored.
accept in interface FieldFilterfield - The field to evaluate
true when the field should be processed, otherwise falsepublic static NonTransientFieldsFilter instance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||