public class WebRequestProcessingContext extends Object
| Constructor and Description |
|---|
WebRequestProcessingContext(org.springframework.core.MethodParameter methodParameter,
org.springframework.web.context.request.NativeWebRequest webRequest) |
| Modifier and Type | Method and Description |
|---|---|
Annotation[] |
getParameterAnnotations() |
Class<?> |
getParameterType() |
String[] |
getParameterValues(String webParamName) |
String |
getPathVariableValue(String pathVariableName) |
QueryContext |
queryContext() |
public WebRequestProcessingContext(org.springframework.core.MethodParameter methodParameter,
org.springframework.web.context.request.NativeWebRequest webRequest)
public Class<?> getParameterType()
public Annotation[] getParameterAnnotations()
public QueryContext queryContext()
Copyright © 2014–2020. All rights reserved.