Uses of Interface
org.bardframework.commons.utils.ReflectionUtils.FieldFilter
-
-
Uses of ReflectionUtils.FieldFilter in org.bardframework.commons.utils
Subinterfaces of ReflectionUtils.FieldFilter in org.bardframework.commons.utils Modifier and Type Interface Description static interfaceReflectionUtils.DescribedFieldFilterAReflectionUtils.FieldFilterthat has a description.Fields in org.bardframework.commons.utils declared as ReflectionUtils.FieldFilter Modifier and Type Field Description static ReflectionUtils.FieldFilterReflectionUtils. COPYABLE_FIELDSPre-built FieldFilter that matches all non-static, non-final fields.Methods in org.bardframework.commons.utils with parameters of type ReflectionUtils.FieldFilter Modifier and Type Method Description static voidReflectionUtils. doWithFields(Class<?> clazz, ReflectionUtils.FieldCallback fc, ReflectionUtils.FieldFilter ff)Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.static FieldReflectionUtils. findField(Class<?> type, ReflectionUtils.FieldFilter filter)Finds the first field on the given class matching the givenReflectionUtils.FieldFilter.
-