public class ApiImplicitParamImpl extends Object implements ApiParamAnno
| 构造器和说明 |
|---|
ApiImplicitParamImpl(io.swagger.annotations.ApiImplicitParam 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() |
String |
name() |
String |
paramType() |
boolean |
readOnly() |
boolean |
required() |
String |
type() |
String |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithiddenequals, hashCode, toStringpublic ApiImplicitParamImpl(io.swagger.annotations.ApiImplicitParam real)
public String name()
public String value()
public String defaultValue()
public String allowableValues()
public boolean required()
public String access()
public boolean allowMultiple()
public 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.