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.utilsModifier and TypeInterfaceDescriptionstatic interfaceAReflectionUtils.FieldFilterthat has a description.Fields in org.bardframework.commons.utils declared as ReflectionUtils.FieldFilterModifier and TypeFieldDescriptionstatic final 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.FieldFilterModifier and TypeMethodDescriptionstatic 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.