@FunctionalInterface public interface FieldFilter
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
accept(Field field)
Indicates whether the given  
field should be accepted for processing, or skipped/ignored. | 
boolean accept(Field field)
field should be accepted for processing, or skipped/ignored.field - The field to evaluatetrue when the field should be processed, otherwise falseCopyright © 2010–2018. All rights reserved.