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.
-
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 org.springframework.validation.method.MethodValidatorHandlerMethodValidator.from(WebBindingInitializer initializer, org.springframework.core.ParameterNameDiscoverer paramNameDiscoverer, Predicate<org.springframework.core.MethodParameter> modelAttributePredicate, Predicate<org.springframework.core.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.