Uses of Class
org.springframework.web.method.annotation.InitBinderDataBinderFactory
Package
Description
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of InitBinderDataBinderFactory in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeClassDescriptionclass
Creates aServletRequestDataBinder
.Modifier and TypeMethodDescriptionprotected InitBinderDataBinderFactory
RequestMappingHandlerAdapter.createDataBinderFactory
(List<InvocableHandlerMethod> binderMethods) Template method to create a new InitBinderDataBinderFactory instance.