类的使用
org.springframework.web.bind.support.WebExchangeDataBinder
使用WebExchangeDataBinder的程序包 程序包 说明 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.org.springframework.web.reactive中WebExchangeDataBinder的使用
返回WebExchangeDataBinder的org.springframework.web.reactive中的方法 修饰符和类型 方法 说明 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.参数类型为WebExchangeDataBinder的org.springframework.web.reactive中的方法 修饰符和类型 方法 说明 protected WebExchangeDataBinderBindingContext. initDataBinder(WebExchangeDataBinder binder, ServerWebExchange exchange)Initialize the data binder instance for the given exchange.org.springframework.web.reactive.result.method.annotation中WebExchangeDataBinder的使用
参数类型为WebExchangeDataBinder的org.springframework.web.reactive.result.method.annotation中的方法 修饰符和类型 方法 说明 protected reactor.core.publisher.Mono<Void>ModelAttributeMethodArgumentResolver. bindRequestParameters(WebExchangeDataBinder binder, ServerWebExchange exchange)Extension point to bind the request to the target object.