Uses of Interface
org.springframework.web.reactive.accept.ApiVersionStrategy
Packages that use ApiVersionStrategy
Package
Description
RequestedContentTypeResolver
strategy and implementations to resolve the requested content type for a
given request.Spring WebFlux configuration infrastructure.
RequestCondition
and implementations for matching requests based on different criteria.Infrastructure for handler method processing.
Infrastructure for annotation-based handler method processing.
-
Uses of ApiVersionStrategy in org.springframework.web.reactive.accept
Classes in org.springframework.web.reactive.accept that implement ApiVersionStrategyModifier and TypeClassDescriptionclassDefault implementation ofApiVersionStrategythat delegates to the configured version resolvers and version parser. -
Uses of ApiVersionStrategy in org.springframework.web.reactive.config
Methods in org.springframework.web.reactive.config that return ApiVersionStrategyModifier and TypeMethodDescriptionprotected @Nullable ApiVersionStrategyApiVersionConfigurer.getApiVersionStrategy()WebFluxConfigurationSupport.mvcApiVersionStrategy()Return the central strategy to manage API versioning with, ornullif the application does not use versioning.Methods in org.springframework.web.reactive.config with parameters of type ApiVersionStrategyModifier and TypeMethodDescriptionWebFluxConfigurationSupport.requestMappingHandlerMapping(RequestedContentTypeResolver contentTypeResolver, @Nullable ApiVersionStrategy apiVersionStrategy) -
Uses of ApiVersionStrategy in org.springframework.web.reactive.result.condition
Constructors in org.springframework.web.reactive.result.condition with parameters of type ApiVersionStrategyModifierConstructorDescriptionVersionRequestCondition(String configuredVersion, ApiVersionStrategy versionStrategy) -
Uses of ApiVersionStrategy in org.springframework.web.reactive.result.method
Methods in org.springframework.web.reactive.result.method that return ApiVersionStrategyModifier and TypeMethodDescriptionRequestMappingInfo.BuilderConfiguration.getApiVersionStrategy()Return the configured strategy for API versioning.Methods in org.springframework.web.reactive.result.method with parameters of type ApiVersionStrategyModifier and TypeMethodDescriptionvoidRequestMappingInfo.BuilderConfiguration.setApiVersionStrategy(@Nullable ApiVersionStrategy apiVersionStrategy) Set the strategy for API versioning. -
Uses of ApiVersionStrategy in org.springframework.web.reactive.result.method.annotation
Methods in org.springframework.web.reactive.result.method.annotation that return ApiVersionStrategyModifier and TypeMethodDescriptionRequestMappingHandlerMapping.getApiVersionStrategy()Return the configuredApiVersionStrategystrategy.Methods in org.springframework.web.reactive.result.method.annotation with parameters of type ApiVersionStrategyModifier and TypeMethodDescriptionvoidRequestMappingHandlerMapping.setApiVersionStrategy(@Nullable ApiVersionStrategy strategy) Configure a strategy to manage API versioning.