Interface | Description |
---|---|
ContextRequestHydrator |
Looks up partial data passed in through a
ContextRequest like through an API or other
integration and hydrates all of the data within the ContextRequest |
ProjectionReferencedApi<P> |
Marker interface for service API rest controller components.
|
Class | Description |
---|---|
ContextExceptionAdvisor |
Exception handler for validation problems in the context request.
|
ContextRequestConverter |
Allows conversion of the
X-Context-Request header json value into a
ContextRequest instance. |
DefaultContextRequestHydrator |
Looks up partial data passed in through a
ContextRequest like through an API or other
integration and hydrates all of the data within the ContextRequest |
EntityMissingExceptionAdvisor |
Handle the entity missing exception to return a 404 status response.
|
NarrowedPageableJacksonSerializer |
Serializer for
NarrowedPageable . |
NarrowedQueryOperationExceptionAdvisor |
Default controller exception handler for problems during narrowed query operations.
|
NarrowPageableHandlerMethodArgumentResolver |
More flexible resolver for
Pageable implementation based on additional 'offset' and
'forward' request params that relate to UnnumberedPageable and NarrowedPageable ,
respectively. |
ParseExceptionAdvisor |
Default controller exception handler for parsing problems related to structured input from a
outside call to the service.
|
PolicyExceptionAdvisor |
Default controller exception handler for
Policy related validation problems. |
UnnumberedPageableJacksonSerializer |
Serializer for
NarrowedPageable . |
UnsortablePositionExceptionAdvisor |
Default controller exception handler for problems related to an improper
SortPositionRequest . |
UntotalledPageJacksonSerializer |
Return well-formatted JSON for an
UntotalledPage . |
Copyright © 2021. All rights reserved.