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