public class RequestParamAnnotationProcessor extends AbstractSpringmvcSerializableParameterProcessor<io.swagger.models.parameters.QueryParameter,org.springframework.web.bind.annotation.RequestParam>
| Constructor and Description |
|---|
RequestParamAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
HttpParameterType |
getHttpParameterType(org.springframework.web.bind.annotation.RequestParam parameterAnnotation) |
String |
getParameterName(org.springframework.web.bind.annotation.RequestParam annotation) |
Type |
getProcessType() |
protected String |
pureReadDefaultValue(org.springframework.web.bind.annotation.RequestParam requestParam) |
protected boolean |
readRequired(org.springframework.web.bind.annotation.RequestParam requestParam) |
fillParameter, readDefaultValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfillParameter, getGenericType, getProcessJavaTypepublic Type getProcessType()
public String getParameterName(org.springframework.web.bind.annotation.RequestParam annotation)
public HttpParameterType getHttpParameterType(org.springframework.web.bind.annotation.RequestParam parameterAnnotation)
protected boolean readRequired(org.springframework.web.bind.annotation.RequestParam requestParam)
readRequired in class AbstractSpringmvcSerializableParameterProcessor<io.swagger.models.parameters.QueryParameter,org.springframework.web.bind.annotation.RequestParam>protected String pureReadDefaultValue(org.springframework.web.bind.annotation.RequestParam requestParam)
pureReadDefaultValue in class AbstractSpringmvcSerializableParameterProcessor<io.swagger.models.parameters.QueryParameter,org.springframework.web.bind.annotation.RequestParam>Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.