| Package | Description |
|---|---|
| org.springframework.web.method.annotation |
Support classes for annotation-based handler method processing.
|
| Class and Description |
|---|
| AbstractNamedValueMethodArgumentResolver
Abstract base class for resolving method arguments from a named value.
|
| AbstractNamedValueMethodArgumentResolver.NamedValueInfo
Represents the information about a named value, including name, whether it's required and a default value.
|
| SessionAttributesHandler
Manages controller-specific session attributes declared via
@SessionAttributes. |