Package org.bardframework.commons.utils
Interface ReflectionUtils.FieldFilter
-
- All Known Subinterfaces:
ReflectionUtils.DescribedFieldFilter
- Enclosing class:
- ReflectionUtils
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ReflectionUtils.FieldFilter
Callback optionally used to filter fields to be operated on by a field callback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(Field field)Determine whether the given field matches.
-
-
-
Method Detail
-
matches
boolean matches(Field field)
Determine whether the given field matches.- Parameters:
field- the field to check
-
-