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