Uses of Class
org.springframework.web.bind.ServletRequestDataBinder
Package
Description
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of ServletRequestDataBinder in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeClassDescriptionclass
Subclass ofServletRequestDataBinder
that adds URI template variables to the values used for data binding.Modifier and TypeMethodDescriptionprotected ServletRequestDataBinder
ServletRequestDataBinderFactory.createBinderInstance
(Object target, String objectName, NativeWebRequest request) Returns an instance ofExtendedServletRequestDataBinder
.