Package | Description |
---|---|
io.swagger.models | |
io.swagger.models.parameters | |
io.swagger.models.properties | |
io.swagger.models.utils |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModel |
class |
ArrayModel |
class |
ComposedModel |
class |
ModelImpl |
class |
RefModel |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Model> |
Swagger.definitions |
Modifier and Type | Method and Description |
---|---|
Model |
ComposedModel.getChild() |
Model |
ComposedModel.getParent() |
Model |
Response.getResponseSchema() |
Modifier and Type | Method and Description |
---|---|
List<Model> |
ComposedModel.getAllOf() |
Map<String,Model> |
Swagger.getDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
Swagger.addDefinition(String key,
Model model) |
ComposedModel |
ComposedModel.child(Model model) |
Swagger |
Swagger.model(String name,
Model model) |
ComposedModel |
ComposedModel.parent(Model model) |
Response |
Response.responseSchema(Model model) |
void |
ComposedModel.setChild(Model model) |
void |
ComposedModel.setParent(Model model) |
void |
Response.setResponseSchema(Model model) |
Modifier and Type | Method and Description |
---|---|
void |
ComposedModel.setAllOf(List<Model> allOf) |
void |
Swagger.setDefinitions(Map<String,Model> definitions) |
Modifier and Type | Method and Description |
---|---|
Model |
BodyParameter.getSchema() |
Modifier and Type | Method and Description |
---|---|
BodyParameter |
BodyParameter.schema(Model schema) |
void |
BodyParameter.setSchema(Model schema) |
Modifier and Type | Method and Description |
---|---|
static Model |
PropertyBuilder.toModel(Property property)
Converts passed property into a model.
|
Modifier and Type | Method and Description |
---|---|
Model |
PropertyModelConverter.propertyToModel(Property property) |
Modifier and Type | Method and Description |
---|---|
Property |
PropertyModelConverter.modelToProperty(Model model) |
Copyright © 2019. All Rights Reserved.