Package org.springframework.web.reactive.accept
@NonNullApi
@NonNullFields
package org.springframework.web.reactive.accept
RequestedContentTypeResolver
strategy and implementations to resolve the requested content type for a
given request.-
ClassDescriptionResolver that always resolves to a fixed list of media types.Resolver that looks at the 'Accept' header of the request.Resolver that checks a query parameter and uses it to look up a matching MediaType.Strategy to resolve the requested media types for a
ServerWebExchange
.Builder for a compositeRequestedContentTypeResolver
that delegates to other resolvers each implementing a different strategy to determine the requested content type -- for example, Accept header, query parameter, or other.Helper to create and configureParameterContentTypeResolver
.