| Package | Description | 
|---|---|
| org.springframework.util | Miscellaneous utility classes, such as String manipulation utilities,
 a Log4J configurer, and a state holder for paged lists of objects. | 
| Modifier and Type | Field and Description | 
|---|---|
| static ReflectionUtils.FieldFilter | ReflectionUtils. COPYABLE_FIELDSPre-built FieldFilter that matches all non-static, non-final fields. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. |