Uses of Class
org.springframework.web.bind.support.WebExchangeDataBinder
Packages that use WebExchangeDataBinder Package Description org.springframework.web.reactive Top-level package for thespring-webfluxmodule that containsDispatcherHandler, the main entry point for WebFlux server endpoint processing including key contracts used to map requests to handlers, invoke them, and process the result.org.springframework.web.reactive.result.method.annotation Infrastructure for annotation-based handler method processing.Uses of WebExchangeDataBinder in org.springframework.web.reactive
Methods in org.springframework.web.reactive that return WebExchangeDataBinder Modifier and Type Method Description WebExchangeDataBinderBindingContext. createDataBinder(ServerWebExchange exchange, Object target, String name)Create aWebExchangeDataBinderto apply data binding and validation with on the target, command object.WebExchangeDataBinderBindingContext. createDataBinder(ServerWebExchange exchange, String name)Create aWebExchangeDataBinderwithout a target object for type conversion of request values to simple types.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 WebExchangeDataBinder Modifier and Type Method Description protected WebExchangeDataBinderBindingContext. 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
Methods in org.springframework.web.reactive.result.method.annotation with parameters of type WebExchangeDataBinder Modifier and Type Method Description protected reactor.core.publisher.Mono<Void>ModelAttributeMethodArgumentResolver. bindRequestParameters(WebExchangeDataBinder binder, ServerWebExchange exchange)Extension point to bind the request to the target object.