Uses of Interface
org.bardframework.commons.utils.ReflectionUtils.FieldCallback
-
Uses of ReflectionUtils.FieldCallback in org.bardframework.commons.utils
Methods in org.bardframework.commons.utils with parameters of type ReflectionUtils.FieldCallbackModifier and TypeMethodDescriptionstatic voidReflectionUtils.doWithFields(Class<?> clazz, ReflectionUtils.FieldCallback fc) Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.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 voidReflectionUtils.doWithLocalFields(Class<?> clazz, ReflectionUtils.FieldCallback fc) Invoke the given callback on all locally declared fields in the given class.