Modifier and Type | Class and Description |
---|---|
class |
AaiTag |
Modifier and Type | Field and Description |
---|---|
List<Tag> |
AaiOperationBase.tags |
List<Tag> |
AaiMessageBase.tags |
Modifier and Type | Class and Description |
---|---|
class |
Aai20Tag |
Modifier and Type | Method and Description |
---|---|
void |
CombinedVisitorAdapter.visitTag(Tag node) |
void |
CombinedAllNodeVisitor.visitTag(Tag node) |
void |
CombinedCompositeVisitor.visitTag(Tag node) |
Modifier and Type | Method and Description |
---|---|
void |
DataModelReader.readTag(Object json,
Tag node)
Reads an tag object into a data model instance (tag node).
|
void |
DataModelWriter.visitTag(Tag node) |
void |
DataModelReaderDispatcher.visitTag(Tag node) |
Modifier and Type | Field and Description |
---|---|
List<Tag> |
Document.tags |
Modifier and Type | Method and Description |
---|---|
Tag |
Document.addTag(String name,
String description)
Adds a tag.
|
abstract Tag |
Document.createTag()
Creates a Tag node.
|
Modifier and Type | Method and Description |
---|---|
void |
OasInvalidTagDescriptionRule.visitTag(Tag node) |
Modifier and Type | Method and Description |
---|---|
void |
OasTagUniquenessValidationRule.visitTag(Tag node) |
Modifier and Type | Method and Description |
---|---|
void |
OasMissingTagNameRule.visitTag(Tag node) |
Modifier and Type | Method and Description |
---|---|
void |
VisitorAdapter.visitTag(Tag node) |
void |
Traverser.visitTag(Tag node) |
void |
NodePathVisitor.visitTag(Tag node) |
void |
IVisitor.visitTag(Tag node) |
void |
CompositeVisitor.visitTag(Tag node) |
void |
AllNodeVisitor.visitTag(Tag node) |
Modifier and Type | Class and Description |
---|---|
class |
OasTag |
Modifier and Type | Class and Description |
---|---|
class |
Oas20Tag |
Modifier and Type | Method and Description |
---|---|
Tag |
Oas20Document.createTag() |
Modifier and Type | Class and Description |
---|---|
class |
Oas30Tag |
Modifier and Type | Method and Description |
---|---|
Tag |
Oas30Document.createTag() |
Modifier and Type | Method and Description |
---|---|
void |
Oas20to30TransformationVisitor.visitTag(Tag node) |
Copyright © 2021 Red Hat. All rights reserved.