Uses of Interface
org.hotswap.agent.util.spring.util.ReflectionUtils.FieldCallback
-
Packages that use ReflectionUtils.FieldCallback Package Description org.hotswap.agent.util.spring.util -
-
Uses of ReflectionUtils.FieldCallback in org.hotswap.agent.util.spring.util
Methods in org.hotswap.agent.util.spring.util with parameters of type ReflectionUtils.FieldCallback Modifier and Type Method Description static 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 fields in the target class, going up the class hierarchy to get all declared fields.
-