Package | Description |
---|---|
io.apicurio.datamodels.cmd.commands | |
io.apicurio.datamodels.openapi.v3.models |
Modifier and Type | Method and Description |
---|---|
protected Oas30SchemaDefinition |
ReplaceSchemaDefinitionCommand_30.readNode(Document doc,
Object node) |
Modifier and Type | Method and Description |
---|---|
protected void |
ReplaceSchemaDefinitionCommand_30.addNode(Document doc,
Oas30SchemaDefinition node) |
protected void |
ReplaceSchemaDefinitionCommand_30.removeNode(Document doc,
Oas30SchemaDefinition node) |
Modifier and Type | Field and Description |
---|---|
Map<String,Oas30SchemaDefinition> |
Oas30Components.schemas |
Modifier and Type | Method and Description |
---|---|
Oas30SchemaDefinition |
Oas30Components.createSchemaDefinition(String name)
Creates a schema definition.
|
Oas30SchemaDefinition |
Oas30Components.getSchemaDefinition(String name)
Gets a single schema definition by name.
|
Oas30SchemaDefinition |
Oas30Components.removeSchemaDefinition(String name)
Removes a single schema definition and returns it.
|
Modifier and Type | Method and Description |
---|---|
List<Oas30SchemaDefinition> |
Oas30Components.getSchemaDefinitions()
Gets a list of all schema definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
Oas30Components.addSchemaDefinition(String name,
Oas30SchemaDefinition schemaDefinition)
Adds a schema definition.
|
Copyright © 2020 Red Hat. All rights reserved.