Uses of Class
org.springframework.web.bind.support.WebExchangeDataBinder
Packages that use WebExchangeDataBinder
Package
Description
Top-level package for the
spring-webflux module that contains
DispatcherHandler, the main entry
point for WebFlux server endpoint processing including key contracts used to
map requests to handlers, invoke them, and process the result.Support for various programming model styles including the invocation of
different types of handlers like an annotated controller or a simple
WebHandler.Infrastructure for annotation-based handler method processing.
-
Uses of WebExchangeDataBinder in org.springframework.web.reactive
Methods in org.springframework.web.reactive that return WebExchangeDataBinderModifier and TypeMethodDescriptionprotected WebExchangeDataBinderBindingContext.createBinderInstance(@Nullable Object target, String name) Extension point to create the WebDataBinder instance.BindingContext.createDataBinder(ServerWebExchange exchange, @Nullable Object target, String name) Create a binder with a target object.BindingContext.createDataBinder(ServerWebExchange exchange, @Nullable Object target, String name, @Nullable ResolvableType targetType) Create a binder with a target object and atargetType.BindingContext.createDataBinder(ServerWebExchange exchange, String name) Shortcut method to create a binder without a target object.protected WebExchangeDataBinderBindingContext.initDataBinder(WebExchangeDataBinder binder, ServerWebExchange exchange) Initialize the data binder instance for the given exchange.Methods in org.springframework.web.reactive with parameters of type WebExchangeDataBinderModifier and TypeMethodDescriptionprotected WebExchangeDataBinderBindingContext.initDataBinder(WebExchangeDataBinder binder, ServerWebExchange exchange) Initialize the data binder instance for the given exchange. -
Uses of WebExchangeDataBinder in org.springframework.web.reactive.result
Subclasses of WebExchangeDataBinder in org.springframework.web.reactive.resultModifier and TypeClassDescriptionclassExtended variant ofWebExchangeDataBinderthat adds URI path variables and request headers to the bind values map. -
Uses of WebExchangeDataBinder in org.springframework.web.reactive.result.method.annotation
Modifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.web.reactive.result.method.annotation with parameters of type WebExchangeDataBinderModifier and TypeMethodDescriptionModelAttributeMethodArgumentResolver.bindRequestParameters(WebExchangeDataBinder binder, ServerWebExchange exchange) Extension point to bind the request to the target object.ModelAttributeMethodArgumentResolver.constructAttribute(WebExchangeDataBinder binder, ServerWebExchange exchange) Extension point to create the attribute, binding the request to constructor args.
ExtendedWebExchangeDataBinder