public static interface ParameterProcessor.ParamWrapper<T extends Annotation>
Modifier and Type | Method and Description |
---|---|
String |
getAccess() |
String |
getAllowableValues() |
T |
getAnnotation() |
String |
getDataType() |
String |
getDefaultValue() |
String |
getDescription() |
String |
getExample() |
String |
getName() |
String |
getParamType() |
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()
Copyright © 2019. All rights reserved.