| Interface | Description |
|---|---|
| MethodParameterExtractor |
Interface that defines a method parameter extractor.
|
| Class | Description |
|---|---|
| BeanExtractor | |
| BodyExtractor | |
| HeaderExtractor | |
| ParamExtractor | |
| SessionExtractor |
| Annotation Type | Description |
|---|---|
| Bean |
Annotation that identifies that request parameters should be mapped to a Java object.
|
| Body |
Annotation that identifies that a request body should be mapped to a Java object.
|
| Header |
Annotation that identifies that a request header should be mapped to a Java object.
|
| Param |
Annotation that defines a request parameter name for mapping to a Java object.
|
| Session |
Annotation that defines a session attribute for mapping to a Java object.
|
Copyright © 2023. All rights reserved.