| Class | Description |
|---|---|
| MethodParameterConversionService |
A special conversion service that can convert
MethodParameters and their values to a target type, taking
into account any specific conversion instructions annotated on the parameter with ConvertWith. |
| RepositoryMethod | |
| RepositoryMethodResponse |
JSON-serializable response for returns that have a mix of results and links.
|
| RepositoryQueryMethod |
Represents a query method on a repository interface.
|
| Enum | Description |
|---|---|
| CrudMethod |
Represents one of the CRUD methods supported by
PagingAndSortingRepository
or CrudRepository. |