Uses of Class
org.springframework.web.bind.support.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.Infrastructure for annotation-based handler method processing.
-
Uses of WebExchangeDataBinder in org.springframework.web.reactive
Modifier and TypeMethodDescriptionBindingContext.createDataBinder
(ServerWebExchange exchange, Object target, String name) Create aWebExchangeDataBinder
to apply data binding and validation with on the target, command object.BindingContext.createDataBinder
(ServerWebExchange exchange, String name) Create aWebExchangeDataBinder
without a target object for type conversion of request values to simple types.protected WebExchangeDataBinder
BindingContext.initDataBinder
(WebExchangeDataBinder binder, ServerWebExchange exchange) Initialize the data binder instance for the given exchange.Modifier and TypeMethodDescriptionprotected WebExchangeDataBinder
BindingContext.initDataBinder
(WebExchangeDataBinder binder, ServerWebExchange exchange) Initialize the data binder instance for the given exchange. -
Uses of WebExchangeDataBinder in org.springframework.web.reactive.result.method.annotation
Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Void>
ModelAttributeMethodArgumentResolver.bindRequestParameters
(WebExchangeDataBinder binder, ServerWebExchange exchange) Extension point to bind the request to the target object.ModelAttributeMethodArgumentResolver.getValuesToBind
(WebExchangeDataBinder binder, ServerWebExchange exchange) Protected method to obtain the values for data binding.