public static interface ParameterProcessor.ParamWrapper<T extends Annotation>
Modifier and Type | Method and Description |
---|---|
String |
getAccess() |
String |
getAllowableValues() |
boolean |
getAllowEmptyValue() |
T |
getAnnotation() |
String |
getCollectionFormat() |
String |
getDataType() |
String |
getDefaultValue() |
String |
getDescription() |
String |
getExample() |
String |
getFormat() |
String |
getName() |
String |
getParamType() |
boolean |
getReadOnly() |
String |
getType() |
boolean |
isAllowMultiple() |
boolean |
isHidden() |
boolean |
isRequired() |
String getName()
String getDescription()
String getDefaultValue()
String getAllowableValues()
boolean isRequired()
String getAccess()
boolean isAllowMultiple()
String getDataType()
String getParamType()
T getAnnotation()
boolean isHidden()
String getExample()
String getType()
String getFormat()
boolean getReadOnly()
boolean getAllowEmptyValue()
String getCollectionFormat()
Copyright © 2019. All Rights Reserved.