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 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.
-
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 look up 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.requestMappingHandlerAdapter(org.springframework.core.ReactiveAdapterRegistry reactiveAdapterRegistry, org.springframework.http.codec.ServerCodecConfigurer serverCodecConfigurer, org.springframework.format.support.FormattingConversionService conversionService, RequestedContentTypeResolver contentTypeResolver, org.springframework.validation.Validator validator) WebFluxConfigurationSupport.requestMappingHandlerMapping(RequestedContentTypeResolver contentTypeResolver) WebFluxConfigurationSupport.responseBodyResultHandler(org.springframework.core.ReactiveAdapterRegistry reactiveAdapterRegistry, org.springframework.http.codec.ServerCodecConfigurer serverCodecConfigurer, RequestedContentTypeResolver contentTypeResolver) WebFluxConfigurationSupport.responseEntityResultHandler(org.springframework.core.ReactiveAdapterRegistry reactiveAdapterRegistry, org.springframework.http.codec.ServerCodecConfigurer serverCodecConfigurer, RequestedContentTypeResolver contentTypeResolver) WebFluxConfigurationSupport.viewResolutionResultHandler(org.springframework.core.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, org.springframework.core.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 TypeMethodDescriptionRequestMappingHandlerAdapter.getContentTypeResolver()Return the configuredRequestedContentTypeResolver.RequestMappingHandlerMapping.getContentTypeResolver()Return the configuredRequestedContentTypeResolver.Methods in org.springframework.web.reactive.result.method.annotation with parameters of type RequestedContentTypeResolverModifier and TypeMethodDescriptionvoidRequestMappingHandlerAdapter.setContentTypeResolver(RequestedContentTypeResolver contentTypeResolver) Set theRequestedContentTypeResolverto use to determine requested media types.voidRequestMappingHandlerMapping.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<org.springframework.http.codec.HttpMessageWriter<?>> messageWriters, RequestedContentTypeResolver contentTypeResolver) Constructor withHttpMessageWritersand aRequestedContentTypeResolver.protectedAbstractMessageWriterResultHandler(List<org.springframework.http.codec.HttpMessageWriter<?>> messageWriters, RequestedContentTypeResolver contentTypeResolver, org.springframework.core.ReactiveAdapterRegistry adapterRegistry) Constructor with an additionalReactiveAdapterRegistry.protectedAbstractMessageWriterResultHandler(List<org.springframework.http.codec.HttpMessageWriter<?>> messageWriters, RequestedContentTypeResolver contentTypeResolver, org.springframework.core.ReactiveAdapterRegistry adapterRegistry, List<org.springframework.web.ErrorResponse.Interceptor> interceptors) Variant ofAbstractMessageWriterResultHandler(List, RequestedContentTypeResolver, ReactiveAdapterRegistry)with additional list ofErrorResponse.Interceptors for return value handling.ResponseBodyResultHandler(List<org.springframework.http.codec.HttpMessageWriter<?>> writers, RequestedContentTypeResolver resolver) Basic constructor with a defaultReactiveAdapterRegistry.ResponseBodyResultHandler(List<org.springframework.http.codec.HttpMessageWriter<?>> writers, RequestedContentTypeResolver resolver, org.springframework.core.ReactiveAdapterRegistry registry) Constructor with anReactiveAdapterRegistryinstance.ResponseBodyResultHandler(List<org.springframework.http.codec.HttpMessageWriter<?>> writers, RequestedContentTypeResolver resolver, org.springframework.core.ReactiveAdapterRegistry registry, List<org.springframework.web.ErrorResponse.Interceptor> interceptors) Variant ofResponseBodyResultHandler(List, RequestedContentTypeResolver, ReactiveAdapterRegistry)with additional list ofErrorResponse.Interceptors for return value handling.ResponseEntityResultHandler(List<org.springframework.http.codec.HttpMessageWriter<?>> writers, RequestedContentTypeResolver resolver) Basic constructor with a defaultReactiveAdapterRegistry.ResponseEntityResultHandler(List<org.springframework.http.codec.HttpMessageWriter<?>> writers, RequestedContentTypeResolver resolver, org.springframework.core.ReactiveAdapterRegistry registry) Constructor with anReactiveAdapterRegistryinstance.ResponseEntityResultHandler(List<org.springframework.http.codec.HttpMessageWriter<?>> writers, RequestedContentTypeResolver resolver, org.springframework.core.ReactiveAdapterRegistry registry, List<org.springframework.web.ErrorResponse.Interceptor> interceptors) 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, org.springframework.core.ReactiveAdapterRegistry registry) Constructor with anReactiveAdapterRegistryinstance.