Uses of Interface
org.springframework.util.ReflectionUtils.FieldCallback
Package
Description
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
Uses of ReflectionUtils.FieldCallback in org.springframework.util
Modifier and TypeMethodDescriptionstatic void
ReflectionUtils.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 void
ReflectionUtils.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 void
ReflectionUtils.doWithLocalFields
(Class<?> clazz, ReflectionUtils.FieldCallback fc) Invoke the given callback on all locally declared fields in the given class.