Uses of Interface
io.lettuce.core.dynamic.support.ReflectionUtils.FieldFilter
| Package | Description |
|---|---|
| io.lettuce.core.dynamic.support |
Support classes imported from the Spring Framework.
|
-
Uses of ReflectionUtils.FieldFilter in io.lettuce.core.dynamic.support
Methods in io.lettuce.core.dynamic.support with parameters of type ReflectionUtils.FieldFilter Modifier and Type Method Description 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.