Uses of Class
org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
Packages that use AbstractWebArgumentResolverAdapter Package Description org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.Uses of AbstractWebArgumentResolverAdapter in org.springframework.web.servlet.mvc.method.annotation
Subclasses of AbstractWebArgumentResolverAdapter in org.springframework.web.servlet.mvc.method.annotation Modifier and Type Class Description classServletWebArgumentResolverAdapterA Servlet-specificAbstractWebArgumentResolverAdapterthat creates aNativeWebRequestfromServletRequestAttributes.