Uses of Interface
com.gigaspaces.internal.utils.ReflectionUtils.FieldCallback
Packages that use ReflectionUtils.FieldCallback
-
Uses of ReflectionUtils.FieldCallback in com.gigaspaces.internal.utils
Methods in com.gigaspaces.internal.utils with parameters of type ReflectionUtils.FieldCallbackModifier and TypeMethodDescriptionstatic voidReflectionUtils.doWithFields(Class targetClass, ReflectionUtils.FieldCallback fc) Invoke the given callback on all private fields in the target class, going up the class hierarchy to get all declared fields.static voidReflectionUtils.doWithFields(Class targetClass, ReflectionUtils.FieldCallback fc, ReflectionUtils.FieldFilter ff) Invoke the given callback on all private fields in the target class, going up the class hierarchy to get all declared fields.