Modifier and Type | Method and Description |
---|---|
void |
CombinedVisitorAdapter.visitLink(Oas30Link node) |
void |
CombinedAllNodeVisitor.visitLink(Oas30Link node) |
void |
CombinedCompositeVisitor.visitLink(Oas30Link node) |
Modifier and Type | Method and Description |
---|---|
void |
OasInvalidLinkDescriptionRule.visitLink(Oas30Link node) |
Modifier and Type | Method and Description |
---|---|
void |
OasInvalidLinkReferenceRule.visitLink(Oas30Link node) |
void |
OasInvalidLinkOperationReferenceRule.visitLink(Oas30Link node) |
Modifier and Type | Method and Description |
---|---|
void |
OasInvalidLinkOperationIdRule.visitLink(Oas30Link node) |
Modifier and Type | Method and Description |
---|---|
void |
OasLinkOperationRefMutualExclusivityRule.visitLink(Oas30Link node) |
Modifier and Type | Method and Description |
---|---|
void |
Oas30DataModelReader.readLink(Object json,
Oas30Link node)
Reads an OAS 3.0 Link object from the given js data.
|
void |
Oas30DataModelWriter.visitLink(Oas30Link node) |
void |
Oas30DataModelReaderDispatcher.visitLink(Oas30Link node) |
Modifier and Type | Class and Description |
---|---|
class |
Oas30LinkDefinition
Models an OpenAPI 3.0.x link definition.
|
Modifier and Type | Field and Description |
---|---|
Map<String,Oas30Link> |
Oas30Response.links |
Modifier and Type | Method and Description |
---|---|
Oas30Link |
Oas30Response.createLink(String name)
Creates a link.
|
Oas30Link |
Oas30Response.getLink(String name)
Gets a single link by name.
|
Oas30Link |
Oas30Response.removeLink(String name)
Removes a single link and returns it.
|
Modifier and Type | Method and Description |
---|---|
List<Oas30Link> |
Oas30Response.getLinks()
Gets a list of all links.
|
Modifier and Type | Method and Description |
---|---|
void |
Oas30Response.addLink(String name,
Oas30Link link)
Adds a link.
|
Modifier and Type | Method and Description |
---|---|
void |
Oas30VisitorAdapter.visitLink(Oas30Link node) |
void |
Oas30Traverser.visitLink(Oas30Link node) |
void |
Oas30NodePathVisitor.visitLink(Oas30Link node) |
void |
Oas30AllNodeVisitor.visitLink(Oas30Link node) |
void |
IOas30Visitor.visitLink(Oas30Link node) |
Copyright © 2021 Red Hat. All rights reserved.