Modifier and Type | Method and Description |
---|---|
protected OasPathItem |
ReplacePathItemCommand.readNode(Document doc,
Object node) |
Modifier and Type | Method and Description |
---|---|
protected void |
ReplacePathItemCommand.addNode(Document doc,
OasPathItem node) |
static ICommand |
CommandFactory.createDeleteAllOperationsCommand(OasPathItem pathItem) |
static ICommand |
CommandFactory.createDeleteOperationCommand(String opMethod,
OasPathItem pathItem) |
static ICommand |
CommandFactory.createReplacePathItemCommand(OasPathItem old,
OasPathItem replacement) |
protected void |
ReplacePathItemCommand.removeNode(Document doc,
OasPathItem node) |
Modifier and Type | Method and Description |
---|---|
void |
CombinedVisitorAdapter.visitPathItem(OasPathItem node) |
void |
CombinedAllNodeVisitor.visitPathItem(OasPathItem node) |
void |
CombinedCompositeVisitor.visitPathItem(OasPathItem node) |
Modifier and Type | Method and Description |
---|---|
void |
OasInvalidPathItemDescriptionRule.visitPathItem(OasPathItem node) |
Modifier and Type | Method and Description |
---|---|
void |
OasInvalidPathSegmentRule.visitPathItem(OasPathItem node) |
void |
OasIdenticalPathTemplateRule.visitPathItem(OasPathItem node) |
void |
OasEmptyPathSegmentRule.visitPathItem(OasPathItem node) |
void |
OasDuplicatePathSegmentRule.visitPathItem(OasPathItem node) |
Modifier and Type | Method and Description |
---|---|
void |
OasInvalidPathItemReferenceRule.visitPathItem(OasPathItem node) |
Modifier and Type | Method and Description |
---|---|
protected static OasPathItem |
OasPathParamNotFoundRule.findPathItem(Node node) |
Modifier and Type | Method and Description |
---|---|
void |
OasMissingPathParamDefinitionRule.visitPathItem(OasPathItem node) |
Modifier and Type | Method and Description |
---|---|
void |
OasBodyAndFormDataMutualExclusivityRule.visitPathItem(OasPathItem node) |
Modifier and Type | Method and Description |
---|---|
void |
OasParameterUniquenessValidationRule.visitPathItem(OasPathItem node) |
Modifier and Type | Field and Description |
---|---|
OasPathItem |
PathItemFinder.found |
Modifier and Type | Method and Description |
---|---|
void |
PathItemFinder.visitPathItem(OasPathItem node) |
Modifier and Type | Method and Description |
---|---|
void |
OasDataModelReader.readPathItem(Object json,
OasPathItem node)
Reads a path item.
|
void |
OasDataModelWriter.visitPathItem(OasPathItem node) |
void |
OasDataModelReaderDispatcher.visitPathItem(OasPathItem node) |
protected void |
OasDataModelWriter.writePathItem(Object json,
OasPathItem node) |
Modifier and Type | Method and Description |
---|---|
OasPathItem |
OasPaths.addPathItem(String name,
OasPathItem pathItem)
Adds a path item.
|
abstract OasPathItem |
OasPaths.createPathItem(String path)
Creates an OAS path item object.
|
OasPathItem |
OasPaths.deleteItem(String name) |
OasPathItem |
OasPaths.getItem(String name) |
OasPathItem |
OasPaths.getPathItem(String name)
Returns a single path item by name.
|
OasPathItem |
OasPaths.removePathItem(String path)
Removes a single path item child model by name.
|
Modifier and Type | Method and Description |
---|---|
List<OasPathItem> |
OasPaths.getItems() |
List<OasPathItem> |
OasPaths.getPathItems()
Returns an array of all the path items.
|
Modifier and Type | Method and Description |
---|---|
void |
OasPaths.addItem(String name,
OasPathItem item) |
OasPathItem |
OasPaths.addPathItem(String name,
OasPathItem pathItem)
Adds a path item.
|
Modifier and Type | Class and Description |
---|---|
class |
Oas20PathItem
Models an OpenAPI 2.0 path item.
|
Modifier and Type | Method and Description |
---|---|
OasPathItem |
Oas20Paths.createPathItem(String path) |
Modifier and Type | Method and Description |
---|---|
void |
Oas30DataModelReader.readPathItem(Object json,
OasPathItem node) |
protected void |
Oas30DataModelWriter.writePathItem(Object json,
OasPathItem node) |
Modifier and Type | Class and Description |
---|---|
class |
Oas30CallbackPathItem
Models a callback path item.
|
class |
Oas30PathItem
Models an OpenAPI 3.0.x path item.
|
Modifier and Type | Method and Description |
---|---|
OasPathItem |
Oas30Paths.createPathItem(String path) |
Modifier and Type | Method and Description |
---|---|
protected void |
Oas30Traverser.traversePathItem(OasPathItem node) |
Modifier and Type | Method and Description |
---|---|
protected void |
OasTraverser.traversePathItem(OasPathItem node)
Traverses a path item.
|
void |
OasVisitorAdapter.visitPathItem(OasPathItem node) |
void |
OasTraverser.visitPathItem(OasPathItem node) |
void |
OasNodePathVisitor.visitPathItem(OasPathItem node) |
void |
OasAllNodeVisitor.visitPathItem(OasPathItem node) |
void |
IOasVisitor.visitPathItem(OasPathItem node) |
Modifier and Type | Method and Description |
---|---|
void |
Oas20to30TransformationVisitor.visitPathItem(OasPathItem node) |
Copyright © 2019 Red Hat. All rights reserved.