Uses of Interface
org.springframework.web.reactive.accept.RequestedContentTypeResolver
Packages that use RequestedContentTypeResolver
Package
Description
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, e.g.
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.
-
Uses of RequestedContentTypeResolver in org.springframework.web.reactive.accept
Classes in org.springframework.web.reactive.accept that implement RequestedContentTypeResolverModifier and TypeClassDescriptionclassResolver that always resolves to a fixed list of media types.classResolver that looks at the 'Accept' header of the request.classResolver that checks a query parameter and uses it to lookup a matching MediaType.Methods in org.springframework.web.reactive.accept that return RequestedContentTypeResolverModifier and TypeMethodDescriptionRequestedContentTypeResolverBuilder.build()Build aRequestedContentTypeResolverthat delegates to the list of resolvers configured through this builder.Methods in org.springframework.web.reactive.accept with parameters of type RequestedContentTypeResolverModifier and TypeMethodDescriptionvoidRequestedContentTypeResolverBuilder.resolver(RequestedContentTypeResolver resolver) Add a custom resolver. -
Uses of RequestedContentTypeResolver in org.springframework.web.reactive.config
Methods in org.springframework.web.reactive.config that return RequestedContentTypeResolverMethods in org.springframework.web.reactive.config with parameters of type RequestedContentTypeResolverModifier and TypeMethodDescriptionWebFluxConfigurationSupport.requestMappingHandlerMapping(RequestedContentTypeResolver contentTypeResolver) WebFluxConfigurationSupport.responseBodyResultHandler(ReactiveAdapterRegistry reactiveAdapterRegistry, ServerCodecConfigurer serverCodecConfigurer, RequestedContentTypeResolver contentTypeResolver) WebFluxConfigurationSupport.responseEntityResultHandler(ReactiveAdapterRegistry reactiveAdapterRegistry, ServerCodecConfigurer serverCodecConfigurer, RequestedContentTypeResolver contentTypeResolver) WebFluxConfigurationSupport.viewResolutionResultHandler(ReactiveAdapterRegistry reactiveAdapterRegistry, RequestedContentTypeResolver contentTypeResolver) -
Uses of RequestedContentTypeResolver in org.springframework.web.reactive.result
Methods in org.springframework.web.reactive.result that return RequestedContentTypeResolverModifier and TypeMethodDescriptionHandlerResultHandlerSupport.getContentTypeResolver()Return the configuredRequestedContentTypeResolver.Constructors in org.springframework.web.reactive.result with parameters of type RequestedContentTypeResolverModifierConstructorDescriptionprotectedHandlerResultHandlerSupport(RequestedContentTypeResolver contentTypeResolver, ReactiveAdapterRegistry adapterRegistry) -
Uses of RequestedContentTypeResolver in org.springframework.web.reactive.result.condition
Constructors in org.springframework.web.reactive.result.condition with parameters of type RequestedContentTypeResolverModifierConstructorDescriptionProducesRequestCondition(String[] produces, String[] headers, RequestedContentTypeResolver resolver) Same asProducesRequestCondition(String[], String[])but also accepting aContentNegotiationManager. -
Uses of RequestedContentTypeResolver in org.springframework.web.reactive.result.method
Methods in org.springframework.web.reactive.result.method that return RequestedContentTypeResolverModifier and TypeMethodDescriptionRequestMappingInfo.BuilderConfiguration.getContentTypeResolver()Methods in org.springframework.web.reactive.result.method with parameters of type RequestedContentTypeResolverModifier and TypeMethodDescriptionvoidRequestMappingInfo.BuilderConfiguration.setContentTypeResolver(RequestedContentTypeResolver resolver) Set the ContentNegotiationManager to use for the ProducesRequestCondition. -
Uses of RequestedContentTypeResolver in org.springframework.web.reactive.result.method.annotation
Methods in org.springframework.web.reactive.result.method.annotation that return RequestedContentTypeResolverModifier and TypeMethodDescriptionRequestMappingHandlerMapping.getContentTypeResolver()Return the configuredRequestedContentTypeResolver.Methods in org.springframework.web.reactive.result.method.annotation with parameters of type RequestedContentTypeResolverModifier and TypeMethodDescriptionvoidRequestMappingHandlerMapping.setContentTypeResolver(RequestedContentTypeResolver contentTypeResolver) Set theRequestedContentTypeResolverto use to determine requested media types.Constructors in org.springframework.web.reactive.result.method.annotation with parameters of type RequestedContentTypeResolverModifierConstructorDescriptionprotectedAbstractMessageWriterResultHandler(List<HttpMessageWriter<?>> messageWriters, RequestedContentTypeResolver contentTypeResolver) Constructor withHttpMessageWritersand aRequestedContentTypeResolver.protectedAbstractMessageWriterResultHandler(List<HttpMessageWriter<?>> messageWriters, RequestedContentTypeResolver contentTypeResolver, ReactiveAdapterRegistry adapterRegistry) Constructor with an additionalReactiveAdapterRegistry.ResponseBodyResultHandler(List<HttpMessageWriter<?>> writers, RequestedContentTypeResolver resolver) Basic constructor with a defaultReactiveAdapterRegistry.ResponseBodyResultHandler(List<HttpMessageWriter<?>> writers, RequestedContentTypeResolver resolver, ReactiveAdapterRegistry registry) Constructor with anReactiveAdapterRegistryinstance.ResponseEntityResultHandler(List<HttpMessageWriter<?>> writers, RequestedContentTypeResolver resolver) Basic constructor with a defaultReactiveAdapterRegistry.ResponseEntityResultHandler(List<HttpMessageWriter<?>> writers, RequestedContentTypeResolver resolver, ReactiveAdapterRegistry registry) Constructor with anReactiveAdapterRegistryinstance. -
Uses of RequestedContentTypeResolver in org.springframework.web.reactive.result.view
Constructors in org.springframework.web.reactive.result.view with parameters of type RequestedContentTypeResolverModifierConstructorDescriptionViewResolutionResultHandler(List<ViewResolver> viewResolvers, RequestedContentTypeResolver contentTypeResolver) Basic constructor with a defaultReactiveAdapterRegistry.ViewResolutionResultHandler(List<ViewResolver> viewResolvers, RequestedContentTypeResolver contentTypeResolver, ReactiveAdapterRegistry registry) Constructor with anReactiveAdapterRegistryinstance.