Uses of Package
org.springframework.web.reactive.accept
Packages that use org.springframework.web.reactive.accept
Package
Description
Support for testing Spring WebFlux server endpoints via
WebTestClient
.RequestedContentTypeResolver
strategy and implementations to resolve the requested content type for a
given request.Spring WebFlux configuration infrastructure.
Support for various programming model styles including the invocation of
different types of handlers like an annotated controller or a simple
WebHandler
.RequestCondition
and implementations for matching requests based on different criteria.Infrastructure for handler method processing.
Infrastructure for annotation-based handler method processing.
Support for result handling through view resolution.
-
Classes in org.springframework.web.reactive.accept used by org.springframework.test.web.reactive.serverClassDescriptionBuilder for a composite
RequestedContentTypeResolver
that delegates to other resolvers each implementing a different strategy to determine the requested content type -- for example, Accept header, query parameter, or other. -
Classes in org.springframework.web.reactive.accept used by org.springframework.web.reactive.acceptClassDescriptionStrategy to resolve the requested media types for a
ServerWebExchange
.Helper to create and configureParameterContentTypeResolver
. -
Classes in org.springframework.web.reactive.accept used by org.springframework.web.reactive.configClassDescriptionStrategy 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. -
Classes in org.springframework.web.reactive.accept used by org.springframework.web.reactive.resultClassDescriptionStrategy to resolve the requested media types for a
ServerWebExchange
. -
Classes in org.springframework.web.reactive.accept used by org.springframework.web.reactive.result.conditionClassDescriptionStrategy to resolve the requested media types for a
ServerWebExchange
. -
Classes in org.springframework.web.reactive.accept used by org.springframework.web.reactive.result.methodClassDescriptionStrategy to resolve the requested media types for a
ServerWebExchange
. -
Classes in org.springframework.web.reactive.accept used by org.springframework.web.reactive.result.method.annotationClassDescriptionStrategy to resolve the requested media types for a
ServerWebExchange
. -
Classes in org.springframework.web.reactive.accept used by org.springframework.web.reactive.result.viewClassDescriptionStrategy to resolve the requested media types for a
ServerWebExchange
.