Uses of Interface
org.springframework.web.bind.support.WebBindingInitializer
Packages that use WebBindingInitializer
Package
Description
Support classes for web data binding.
Support classes for annotation-based handler method processing.
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.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.-
Uses of WebBindingInitializer in org.springframework.web.bind.support
Classes in org.springframework.web.bind.support that implement WebBindingInitializerModifier and TypeClassDescriptionclassConvenientWebBindingInitializerfor declarative configuration in a Spring application context.Constructors in org.springframework.web.bind.support with parameters of type WebBindingInitializerModifierConstructorDescriptionDefaultDataBinderFactory(WebBindingInitializer initializer) Create a newDefaultDataBinderFactoryinstance. -
Uses of WebBindingInitializer in org.springframework.web.method.annotation
Methods in org.springframework.web.method.annotation with parameters of type WebBindingInitializerModifier and TypeMethodDescriptionstatic MethodValidatorHandlerMethodValidator.from(WebBindingInitializer initializer, ParameterNameDiscoverer paramNameDiscoverer, Predicate<MethodParameter> modelAttributePredicate, Predicate<MethodParameter> requestParamPredicate) Static factory method to create aHandlerMethodValidatorwhen Bean Validation is enabled for use viaConfigurableWebBindingInitializer, for example in Spring MVC or WebFlux config.Constructors in org.springframework.web.method.annotation with parameters of type WebBindingInitializerModifierConstructorDescriptionInitBinderDataBinderFactory(List<InvocableHandlerMethod> binderMethods, WebBindingInitializer initializer) Create a new InitBinderDataBinderFactory instance. -
Uses of WebBindingInitializer in org.springframework.web.reactive
Constructors in org.springframework.web.reactive with parameters of type WebBindingInitializerModifierConstructorDescriptionBindingContext(WebBindingInitializer initializer) Create an instance with the given initializer, which may benull.BindingContext(WebBindingInitializer initializer, ReactiveAdapterRegistry registry) Create an instance with the given initializer andReactiveAdapterRegistry. -
Uses of WebBindingInitializer in org.springframework.web.reactive.result.method.annotation
Methods in org.springframework.web.reactive.result.method.annotation that return WebBindingInitializerModifier and TypeMethodDescriptionRequestMappingHandlerAdapter.getWebBindingInitializer()Return the configured WebBindingInitializer, ornullif none.Methods in org.springframework.web.reactive.result.method.annotation with parameters of type WebBindingInitializerModifier and TypeMethodDescriptionvoidRequestMappingHandlerAdapter.setWebBindingInitializer(WebBindingInitializer webBindingInitializer) Provide a WebBindingInitializer with "global" initialization to apply to every DataBinder instance. -
Uses of WebBindingInitializer in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation that return WebBindingInitializerModifier and TypeMethodDescriptionRequestMappingHandlerAdapter.getWebBindingInitializer()Return the configured WebBindingInitializer, ornullif none.Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type WebBindingInitializerModifier and TypeMethodDescriptionvoidRequestMappingHandlerAdapter.setWebBindingInitializer(WebBindingInitializer webBindingInitializer) Provide a WebBindingInitializer with "global" initialization to apply to every DataBinder instance.Constructors in org.springframework.web.servlet.mvc.method.annotation with parameters of type WebBindingInitializerModifierConstructorDescriptionServletRequestDataBinderFactory(List<InvocableHandlerMethod> binderMethods, WebBindingInitializer initializer) Create a new instance.