RequestedContentTypeResolver
strategy and implementations to resolve the requested content type for a
given request.See: Description
Interface | Description |
---|---|
RequestedContentTypeResolver |
Strategy to resolve the requested media types for a
ServerWebExchange . |
Class | Description |
---|---|
FixedContentTypeResolver |
Resolver that always resolves to a fixed list of media types.
|
HeaderContentTypeResolver |
Resolver that looks at the 'Accept' header of the request.
|
ParameterContentTypeResolver |
Resolver that checks a query parameter and uses it to lookup a matching
MediaType.
|
RequestedContentTypeResolverBuilder |
Builder for a composite
RequestedContentTypeResolver that delegates
to other resolvers each implementing a different strategy to determine the
requested content type -- e.g. |
RequestedContentTypeResolverBuilder.ParameterResolverConfigurer |
Helper to create and configure
ParameterContentTypeResolver . |
RequestedContentTypeResolver
strategy and implementations to resolve the requested content type for a
given request.