接口的使用
org.springframework.web.bind.support.WebBindingInitializer
使用WebBindingInitializer的程序包 程序包 说明 org.springframework.web.bind.support Support classes for web data binding.org.springframework.web.method.annotation Support classes for annotation-based handler method processing.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.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.web.bind.support中WebBindingInitializer的使用
实现WebBindingInitializer的org.springframework.web.bind.support中的类 修饰符和类型 类 说明 classConfigurableWebBindingInitializerConvenientWebBindingInitializerfor declarative configuration in a Spring application context.参数类型为WebBindingInitializer的org.springframework.web.bind.support中的构造器 构造器 说明 DefaultDataBinderFactory(WebBindingInitializer initializer)Create a newDefaultDataBinderFactoryinstance.org.springframework.web.method.annotation中WebBindingInitializer的使用
参数类型为WebBindingInitializer的org.springframework.web.method.annotation中的构造器 构造器 说明 InitBinderDataBinderFactory(List<InvocableHandlerMethod> binderMethods, WebBindingInitializer initializer)Create a new InitBinderDataBinderFactory instance.org.springframework.web.reactive中WebBindingInitializer的使用
参数类型为WebBindingInitializer的org.springframework.web.reactive中的构造器 构造器 说明 BindingContext(WebBindingInitializer initializer)Create a newBindingContextwith the given initializer.org.springframework.web.reactive.result.method.annotation中WebBindingInitializer的使用
返回WebBindingInitializer的org.springframework.web.reactive.result.method.annotation中的方法 修饰符和类型 方法 说明 WebBindingInitializerRequestMappingHandlerAdapter. getWebBindingInitializer()Return the configured WebBindingInitializer, ornullif none.参数类型为WebBindingInitializer的org.springframework.web.reactive.result.method.annotation中的方法 修饰符和类型 方法 说明 voidRequestMappingHandlerAdapter. setWebBindingInitializer(WebBindingInitializer webBindingInitializer)Provide a WebBindingInitializer with "global" initialization to apply to every DataBinder instance.org.springframework.web.servlet.mvc.method.annotation中WebBindingInitializer的使用
返回WebBindingInitializer的org.springframework.web.servlet.mvc.method.annotation中的方法 修饰符和类型 方法 说明 WebBindingInitializerRequestMappingHandlerAdapter. getWebBindingInitializer()Return the configured WebBindingInitializer, ornullif none.参数类型为WebBindingInitializer的org.springframework.web.servlet.mvc.method.annotation中的方法 修饰符和类型 方法 说明 voidRequestMappingHandlerAdapter. setWebBindingInitializer(WebBindingInitializer webBindingInitializer)Provide a WebBindingInitializer with "global" initialization to apply to every DataBinder instance.参数类型为WebBindingInitializer的org.springframework.web.servlet.mvc.method.annotation中的构造器 构造器 说明 ServletRequestDataBinderFactory(List<InvocableHandlerMethod> binderMethods, WebBindingInitializer initializer)Create a new instance.