|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldFilter
The FieldFilter indicates whether any given Field should be accepted for processing or not.
Method Summary | |
---|---|
boolean |
accept(Field field)
Indicates whether the given field should be accepted for processing, or skipped/ignored. |
Method Detail |
---|
boolean accept(Field field)
field
should be accepted for processing, or skipped/ignored.
field
- The field to evaluate
true
when the field should be processed, otherwise false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |