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.acceptClassDescriptionContract to extract the version from a request.The main component that encapsulates configuration preferences and strategies to manage API versioning for an application.Strategy 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.configClassDescriptionContract to extract the version from a request.The main component that encapsulates configuration preferences and strategies to manage API versioning for an application.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. -
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.conditionClassDescriptionThe main component that encapsulates configuration preferences and strategies to manage API versioning for an application.Strategy to resolve the requested media types for a
ServerWebExchange
. -
Classes in org.springframework.web.reactive.accept used by org.springframework.web.reactive.result.methodClassDescriptionThe main component that encapsulates configuration preferences and strategies to manage API versioning for an application.Strategy to resolve the requested media types for a
ServerWebExchange
. -
Classes in org.springframework.web.reactive.accept used by org.springframework.web.reactive.result.method.annotationClassDescriptionThe main component that encapsulates configuration preferences and strategies to manage API versioning for an application.Strategy 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
.