Uses of Class
org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
Packages that use AbstractWebArgumentResolverAdapter
Package
Description
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of AbstractWebArgumentResolverAdapter in org.springframework.web.servlet.mvc.method.annotation
Subclasses of AbstractWebArgumentResolverAdapter in org.springframework.web.servlet.mvc.method.annotationModifier and TypeClassDescriptionclass
A Servlet-specificAbstractWebArgumentResolverAdapter
that creates aNativeWebRequest
fromServletRequestAttributes
.