Package | Description |
---|---|
org.springframework.web.bind.annotation.support |
Support classes for web annotation processing.
|
org.springframework.web.method.annotation |
Support classes for annotation-based handler method processing.
|
Constructor and Description |
---|
HandlerMethodInvoker(HandlerMethodResolver methodResolver,
WebBindingInitializer bindingInitializer,
SessionAttributeStore sessionAttributeStore,
ParameterNameDiscoverer parameterNameDiscoverer,
WebArgumentResolver[] customArgumentResolvers,
HttpMessageConverter[] messageConverters) |
Constructor and Description |
---|
AbstractWebArgumentResolverAdapter(WebArgumentResolver adaptee)
Create a new instance.
|
Copyright © 2021. All rights reserved.