| Name | Description | Type | Package | Framework |
| ReflectionUtils | Simple utility class for working with the reflection API and handlingreflection exceptions. | Class | org.springframework.util | Spring MVC |
| ReflectionUtils .FieldCallback | Callback interface invoked on each field in the hierarchy. | Interface | org.springframework.util.ReflectionUtils | Spring MVC |
| ReflectionUtils .FieldFilter | Callback optionally used to filter fields to be operated on by a field callback. | Interface | org.springframework.util.ReflectionUtils | Spring MVC |
| ReflectionUtils .MethodCallback | Action to take on each method. | Interface | org.springframework.util.ReflectionUtils | Spring MVC |
| ReflectionUtils .MethodFilter | Callback optionally used to filter methods to be operated on by a method callback. | Interface | org.springframework.util.ReflectionUtils | Spring MVC |