Modifier and Type | Method and Description |
---|---|
static ICommand |
CommandFactory.createNewSchemaPropertyCommand(Schema schema,
String propertyName,
String description,
SimplifiedPropertyType newType) |
Modifier and Type | Method and Description |
---|---|
void |
SetItemsTypeVisitor.visitSchema(Schema node) |
Modifier and Type | Method and Description |
---|---|
void |
CombinedVisitorAdapter.visitSchema(Schema node) |
void |
CombinedAllNodeVisitor.visitSchema(Schema node) |
void |
CombinedCompositeVisitor.visitSchema(Schema node) |
Modifier and Type | Method and Description |
---|---|
protected void |
DataModelWriter.doVisitSchema(Schema node,
String parentPropertyName,
boolean isCollection) |
void |
DataModelReader.readSchema(Object json,
Schema node)
Reads a schema.
|
void |
DataModelWriter.visitSchema(Schema node) |
void |
DataModelReaderDispatcher.visitSchema(Schema node) |
protected void |
DataModelWriter.writeSchema(Object json,
Schema node) |
Modifier and Type | Field and Description |
---|---|
Schema |
Parameter.schema |
Modifier and Type | Method and Description |
---|---|
abstract Schema |
Parameter.createSchema() |
Modifier and Type | Method and Description |
---|---|
void |
OasInvalidSchemaReferenceRule.visitSchema(Schema node) |
Modifier and Type | Method and Description |
---|---|
void |
OasInvalidSchemaTypeValueRule.visitSchema(Schema node) |
void |
OasInvalidSchemaArrayItemsRule.visitSchema(Schema node) |
Modifier and Type | Method and Description |
---|---|
void |
OasMissingSchemaArrayInformationRule.visitSchema(Schema node) |
Modifier and Type | Method and Description |
---|---|
protected void |
Traverser.traverseSchema(Schema node) |
void |
VisitorAdapter.visitSchema(Schema node) |
void |
Traverser.visitSchema(Schema node) |
void |
NodePathVisitor.visitSchema(Schema node) |
void |
IVisitor.visitSchema(Schema node) |
void |
CompositeVisitor.visitSchema(Schema node) |
void |
AllNodeVisitor.visitSchema(Schema node) |
Modifier and Type | Method and Description |
---|---|
void |
OasDataModelReader.readSchema(Object json,
Schema node) |
protected void |
OasDataModelWriter.writeSchema(Object json,
Schema node) |
Modifier and Type | Class and Description |
---|---|
class |
OasSchema
Models an OpenAPI schema.
|
Modifier and Type | Method and Description |
---|---|
void |
Oas20DataModelReader.readSchema(Object json,
Schema node) |
protected void |
Oas20DataModelWriter.writeSchema(Object json,
Schema node) |
Modifier and Type | Class and Description |
---|---|
class |
Oas20Schema |
static class |
Oas20Schema.Oas20AdditionalPropertiesSchema |
static class |
Oas20Schema.Oas20AllOfSchema |
static class |
Oas20Schema.Oas20ItemsSchema |
static class |
Oas20Schema.Oas20PropertySchema |
class |
Oas20SchemaDefinition
Models an OpenAPI 2.0 schema definition.
|
Modifier and Type | Method and Description |
---|---|
Schema |
Oas20Parameter.createSchema() |
Modifier and Type | Method and Description |
---|---|
void |
Oas30DataModelReader.readSchema(Object json,
Schema node) |
protected void |
Oas30DataModelWriter.writeSchema(Object json,
Schema node) |
Modifier and Type | Class and Description |
---|---|
class |
Oas30Schema
Models an OpenAPI 3.0.x schema.
|
static class |
Oas30Schema.Oas30AdditionalPropertiesSchema |
static class |
Oas30Schema.Oas30AllOfSchema |
static class |
Oas30Schema.Oas30AnyOfSchema |
static class |
Oas30Schema.Oas30ItemsSchema |
static class |
Oas30Schema.Oas30NotSchema |
static class |
Oas30Schema.Oas30OneOfSchema |
static class |
Oas30Schema.Oas30PropertySchema |
class |
Oas30SchemaDefinition |
Modifier and Type | Method and Description |
---|---|
Schema |
Oas30Parameter.createSchema() |
Modifier and Type | Method and Description |
---|---|
protected void |
Oas30Traverser.traverseSchema(Schema node) |
Modifier and Type | Method and Description |
---|---|
protected void |
OasTraverser.traverseSchema(Schema node) |
Modifier and Type | Method and Description |
---|---|
void |
Oas20to30TransformationVisitor.visitSchema(Schema node) |
Copyright © 2019 Red Hat. All rights reserved.