@FunctionalInterface public interface FieldFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
ignore(Class<?> cls,
Field field)
Checks whether a
Field must be ignored or not. |
boolean ignore(Class<?> cls, Field field)
Field must be ignored or not.cls - the class to which the field belong. Which might be different from the declaring class if the field is
from a superclass.field - the field to checktrue if the field must be ignored false otherwise.Copyright © 2023. All rights reserved.