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
Constructors in org.springframework.web.method.annotation with parameters of type WebBindingInitializerModifierConstructorDescriptionInitBinderDataBinderFactory(List<InvocableHandlerMethod> binderMethods, WebBindingInitializer initializer) Create a new InitBinderDataBinderFactory instance.