| Package | Description |
|---|---|
| org.jsondoc.core.pojo | |
| org.jsondoc.core.scanner.builder |
| Modifier and Type | Method and Description |
|---|---|
ApiVersionDoc |
ApiObjectFieldDoc.getSupportedversions() |
ApiVersionDoc |
ApiObjectDoc.getSupportedversions() |
ApiVersionDoc |
ApiMethodDoc.getSupportedversions() |
ApiVersionDoc |
ApiDoc.getSupportedversions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiObjectFieldDoc.setSupportedversions(ApiVersionDoc supportedversions) |
void |
ApiObjectDoc.setSupportedversions(ApiVersionDoc supportedversions) |
void |
ApiMethodDoc.setSupportedversions(ApiVersionDoc supportedversions) |
void |
ApiDoc.setSupportedversions(ApiVersionDoc supportedversions) |
| Modifier and Type | Method and Description |
|---|---|
static ApiVersionDoc |
JSONDocApiVersionDocBuilder.build(Class<?> clazz) |
static ApiVersionDoc |
JSONDocApiVersionDocBuilder.build(Field field) |
static ApiVersionDoc |
JSONDocApiVersionDocBuilder.build(Method method)
In case this annotation is present at type and method level, then the method annotation will override
the type one.
|
Copyright © 2015. All rights reserved.