public class ParameterInfo extends Object
Constructor and Description |
---|
ParameterInfo(String pName,
org.springframework.core.MethodParameter methodParameter) |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.bind.annotation.CookieValue |
getCookieValue() |
org.springframework.core.MethodParameter |
getMethodParameter() |
Parameter |
getParameter() |
io.swagger.v3.oas.models.parameters.Parameter |
getParameterModel() |
org.springframework.web.bind.annotation.PathVariable |
getPathVar() |
String |
getpName() |
org.springframework.web.bind.annotation.RequestHeader |
getRequestHeader() |
org.springframework.web.bind.annotation.RequestParam |
getRequestParam() |
void |
setParameterModel(io.swagger.v3.oas.models.parameters.Parameter parameterModel) |
void |
setpName(String pName) |
public ParameterInfo(String pName, org.springframework.core.MethodParameter methodParameter)
public String getpName()
public void setpName(String pName)
public org.springframework.core.MethodParameter getMethodParameter()
public Parameter getParameter()
public io.swagger.v3.oas.models.parameters.Parameter getParameterModel()
public void setParameterModel(io.swagger.v3.oas.models.parameters.Parameter parameterModel)
public org.springframework.web.bind.annotation.RequestHeader getRequestHeader()
public org.springframework.web.bind.annotation.RequestParam getRequestParam()
public org.springframework.web.bind.annotation.PathVariable getPathVar()
public org.springframework.web.bind.annotation.CookieValue getCookieValue()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.