public class ApiParamImpl extends Object implements ApiParamAnno
| 构造器和说明 |
|---|
ApiParamImpl(io.swagger.annotations.ApiParam real) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
access() |
String |
allowableValues() |
boolean |
allowEmptyValue() |
boolean |
allowMultiple() |
Class<? extends Annotation> |
annotationType() |
String |
collectionFormat() |
String |
dataType() |
Class<?> |
dataTypeClass() |
String |
defaultValue() |
String |
example() |
io.swagger.annotations.Example |
examples() |
String |
format() |
boolean |
hidden() |
String |
name() |
String |
paramType() |
boolean |
readOnly() |
boolean |
required() |
String |
type() |
String |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, toStringpublic String name()
public String value()
public String defaultValue()
public String allowableValues()
public boolean required()
public String access()
public boolean allowMultiple()
public boolean hidden()
hidden 在接口中 ApiParamAnnopublic String dataType()
public Class<?> dataTypeClass()
public String paramType()
public String example()
public io.swagger.annotations.Example examples()
public String type()
public String format()
public boolean allowEmptyValue()
public boolean readOnly()
public String collectionFormat()
public Class<? extends Annotation> annotationType()
annotationType 在接口中 AnnotationCopyright © 2024. All rights reserved.