Uses of Class
org.springframework.web.bind.ServletRequestDataBinder
Packages that use ServletRequestDataBinder
Package
Description
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.Support classes for Spring's web MVC framework.
-
Uses of ServletRequestDataBinder in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.web.servlet.mvc.method.annotation that return ServletRequestDataBinderModifier and TypeMethodDescriptionprotected ServletRequestDataBinderServletRequestDataBinderFactory.createBinderInstance(@Nullable Object target, String objectName, NativeWebRequest request) Returns an instance ofExtendedServletRequestDataBinder. -
Uses of ServletRequestDataBinder in org.springframework.web.servlet.support
Subclasses of ServletRequestDataBinder in org.springframework.web.servlet.supportModifier and TypeClassDescriptionclassSubclass ofServletRequestDataBinderthat adds URI template variables and request headers to the values used for data binding.
ExtendedServletRequestDataBinder