Uses of Interface
io.apicurio.datamodels.models.openapi.OpenApiPathItem
-
-
Uses of OpenApiPathItem in io.apicurio.datamodels.cmd
Methods in io.apicurio.datamodels.cmd with parameters of type OpenApiPathItem Modifier and Type Method Description static ICommandCommandFactory. createDeleteAllPathItemOperationsCommand(OpenApiPathItem pathItem)static ICommandCommandFactory. createDeleteAllPathItemParametersCommand(OpenApiPathItem parent, String type)static ICommandCommandFactory. createDeleteAllPathItemServersCommand(OpenApiPathItem pathItem)static ICommandCommandFactory. createReplacePathItemCommand(OpenApiPathItem old, OpenApiPathItem replacement) -
Uses of OpenApiPathItem in io.apicurio.datamodels.cmd.commands
Methods in io.apicurio.datamodels.cmd.commands that return OpenApiPathItem Modifier and Type Method Description protected OpenApiPathItemReplacePathItemCommand. readNode(Node parent, com.fasterxml.jackson.databind.node.ObjectNode node)Methods in io.apicurio.datamodels.cmd.commands with parameters of type OpenApiPathItem Modifier and Type Method Description protected voidReplacePathItemCommand. replaceNode(Node parent, OpenApiPathItem newNode)Constructors in io.apicurio.datamodels.cmd.commands with parameters of type OpenApiPathItem Constructor Description DeleteAllOperationsCommand(OpenApiPathItem parent)ReplacePathItemCommand(OpenApiPathItem old, OpenApiPathItem replacement) -
Uses of OpenApiPathItem in io.apicurio.datamodels.deref
Methods in io.apicurio.datamodels.deref with parameters of type OpenApiPathItem Modifier and Type Method Description voidInlineOrImportVisitor. visitPathItem(OpenApiPathItem node)voidOpenApi2NodeImporter. visitPathItem(OpenApiPathItem node)voidOpenApi3NodeImporter. visitPathItem(OpenApiPathItem node) -
Uses of OpenApiPathItem in io.apicurio.datamodels.models.openapi
Methods in io.apicurio.datamodels.models.openapi that return OpenApiPathItem Modifier and Type Method Description OpenApiPathItemOpenApiCallback. createPathItem()OpenApiPathItemOpenApiPaths. createPathItem() -
Uses of OpenApiPathItem in io.apicurio.datamodels.models.openapi.v20
Subinterfaces of OpenApiPathItem in io.apicurio.datamodels.models.openapi.v20 Modifier and Type Interface Description interfaceOpenApi20PathItemClasses in io.apicurio.datamodels.models.openapi.v20 that implement OpenApiPathItem Modifier and Type Class Description classOpenApi20PathItemImplMethods in io.apicurio.datamodels.models.openapi.v20 that return OpenApiPathItem Modifier and Type Method Description OpenApiPathItemOpenApi20PathsImpl. getItem(String name)OpenApiPathItemOpenApi20PathsImpl. removeItem(String name)Methods in io.apicurio.datamodels.models.openapi.v20 that return types with arguments of type OpenApiPathItem Modifier and Type Method Description List<OpenApiPathItem>OpenApi20PathsImpl. getItems()Methods in io.apicurio.datamodels.models.openapi.v20 with parameters of type OpenApiPathItem Modifier and Type Method Description voidOpenApi20PathsImpl. addItem(String name, OpenApiPathItem item)voidOpenApi20PathsImpl. insertItem(String name, OpenApiPathItem item, int atIndex) -
Uses of OpenApiPathItem in io.apicurio.datamodels.models.openapi.v20.io
Methods in io.apicurio.datamodels.models.openapi.v20.io with parameters of type OpenApiPathItem Modifier and Type Method Description voidOpenApi20ModelReaderDispatcher. visitPathItem(OpenApiPathItem node)voidOpenApi20ModelWriterDispatcher. visitPathItem(OpenApiPathItem node) -
Uses of OpenApiPathItem in io.apicurio.datamodels.models.openapi.v20.visitors
Methods in io.apicurio.datamodels.models.openapi.v20.visitors with parameters of type OpenApiPathItem Modifier and Type Method Description voidOpenApi20Traverser. visitPathItem(OpenApiPathItem node)voidOpenApi20VisitorAdapter. visitPathItem(OpenApiPathItem node) -
Uses of OpenApiPathItem in io.apicurio.datamodels.models.openapi.v30
Subinterfaces of OpenApiPathItem in io.apicurio.datamodels.models.openapi.v30 Modifier and Type Interface Description interfaceOpenApi30PathItemClasses in io.apicurio.datamodels.models.openapi.v30 that implement OpenApiPathItem Modifier and Type Class Description classOpenApi30PathItemImplMethods in io.apicurio.datamodels.models.openapi.v30 that return OpenApiPathItem Modifier and Type Method Description OpenApiPathItemOpenApi30CallbackImpl. getItem(String name)OpenApiPathItemOpenApi30PathsImpl. getItem(String name)OpenApiPathItemOpenApi30CallbackImpl. removeItem(String name)OpenApiPathItemOpenApi30PathsImpl. removeItem(String name)Methods in io.apicurio.datamodels.models.openapi.v30 that return types with arguments of type OpenApiPathItem Modifier and Type Method Description List<OpenApiPathItem>OpenApi30CallbackImpl. getItems()List<OpenApiPathItem>OpenApi30PathsImpl. getItems()Methods in io.apicurio.datamodels.models.openapi.v30 with parameters of type OpenApiPathItem Modifier and Type Method Description voidOpenApi30CallbackImpl. addItem(String name, OpenApiPathItem item)voidOpenApi30PathsImpl. addItem(String name, OpenApiPathItem item)voidOpenApi30CallbackImpl. insertItem(String name, OpenApiPathItem item, int atIndex)voidOpenApi30PathsImpl. insertItem(String name, OpenApiPathItem item, int atIndex) -
Uses of OpenApiPathItem in io.apicurio.datamodels.models.openapi.v30.io
Methods in io.apicurio.datamodels.models.openapi.v30.io with parameters of type OpenApiPathItem Modifier and Type Method Description voidOpenApi30ModelReaderDispatcher. visitPathItem(OpenApiPathItem node)voidOpenApi30ModelWriterDispatcher. visitPathItem(OpenApiPathItem node) -
Uses of OpenApiPathItem in io.apicurio.datamodels.models.openapi.v30.visitors
Methods in io.apicurio.datamodels.models.openapi.v30.visitors with parameters of type OpenApiPathItem Modifier and Type Method Description voidOpenApi30Traverser. visitPathItem(OpenApiPathItem node)voidOpenApi30VisitorAdapter. visitPathItem(OpenApiPathItem node) -
Uses of OpenApiPathItem in io.apicurio.datamodels.models.openapi.v31
Subinterfaces of OpenApiPathItem in io.apicurio.datamodels.models.openapi.v31 Modifier and Type Interface Description interfaceOpenApi31PathItemClasses in io.apicurio.datamodels.models.openapi.v31 that implement OpenApiPathItem Modifier and Type Class Description classOpenApi31PathItemImplMethods in io.apicurio.datamodels.models.openapi.v31 that return OpenApiPathItem Modifier and Type Method Description OpenApiPathItemOpenApi31CallbackImpl. getItem(String name)OpenApiPathItemOpenApi31PathsImpl. getItem(String name)OpenApiPathItemOpenApi31CallbackImpl. removeItem(String name)OpenApiPathItemOpenApi31PathsImpl. removeItem(String name)Methods in io.apicurio.datamodels.models.openapi.v31 that return types with arguments of type OpenApiPathItem Modifier and Type Method Description List<OpenApiPathItem>OpenApi31CallbackImpl. getItems()List<OpenApiPathItem>OpenApi31PathsImpl. getItems()Methods in io.apicurio.datamodels.models.openapi.v31 with parameters of type OpenApiPathItem Modifier and Type Method Description voidOpenApi31CallbackImpl. addItem(String name, OpenApiPathItem item)voidOpenApi31PathsImpl. addItem(String name, OpenApiPathItem item)voidOpenApi31CallbackImpl. insertItem(String name, OpenApiPathItem item, int atIndex)voidOpenApi31PathsImpl. insertItem(String name, OpenApiPathItem item, int atIndex) -
Uses of OpenApiPathItem in io.apicurio.datamodels.models.openapi.v31.io
Methods in io.apicurio.datamodels.models.openapi.v31.io with parameters of type OpenApiPathItem Modifier and Type Method Description voidOpenApi31ModelReaderDispatcher. visitPathItem(OpenApiPathItem node)voidOpenApi31ModelWriterDispatcher. visitPathItem(OpenApiPathItem node) -
Uses of OpenApiPathItem in io.apicurio.datamodels.models.openapi.v31.visitors
Methods in io.apicurio.datamodels.models.openapi.v31.visitors with parameters of type OpenApiPathItem Modifier and Type Method Description voidOpenApi31Traverser. visitPathItem(OpenApiPathItem node)voidOpenApi31VisitorAdapter. visitPathItem(OpenApiPathItem node) -
Uses of OpenApiPathItem in io.apicurio.datamodels.models.openapi.visitors
Methods in io.apicurio.datamodels.models.openapi.visitors with parameters of type OpenApiPathItem Modifier and Type Method Description voidCombinedOpenApiVisitorAdapter. visitPathItem(OpenApiPathItem node)voidOpenApiVisitor. visitPathItem(OpenApiPathItem node) -
Uses of OpenApiPathItem in io.apicurio.datamodels.models.visitors
Methods in io.apicurio.datamodels.models.visitors with parameters of type OpenApiPathItem Modifier and Type Method Description voidAllNodeVisitor. visitPathItem(OpenApiPathItem node)voidCombinedVisitorAdapter. visitPathItem(OpenApiPathItem node) -
Uses of OpenApiPathItem in io.apicurio.datamodels.transform
Methods in io.apicurio.datamodels.transform with parameters of type OpenApiPathItem Modifier and Type Method Description voidOpenApi20to30TransformationVisitor. visitPathItem(OpenApiPathItem node) -
Uses of OpenApiPathItem in io.apicurio.datamodels.validation
Methods in io.apicurio.datamodels.validation with parameters of type OpenApiPathItem Modifier and Type Method Description protected StringValidationRule. getPathTemplate(OpenApiPathItem pathItem)Returns the path template for the given path item. -
Uses of OpenApiPathItem in io.apicurio.datamodels.validation.rules.invalid.format
Methods in io.apicurio.datamodels.validation.rules.invalid.format with parameters of type OpenApiPathItem Modifier and Type Method Description voidOasInvalidPathItemDescriptionRule. visitPathItem(OpenApiPathItem node) -
Uses of OpenApiPathItem in io.apicurio.datamodels.validation.rules.invalid.name
Methods in io.apicurio.datamodels.validation.rules.invalid.name with parameters of type OpenApiPathItem Modifier and Type Method Description voidOasDuplicatePathSegmentRule. visitPathItem(OpenApiPathItem node)voidOasEmptyPathSegmentRule. visitPathItem(OpenApiPathItem node)voidOasInvalidPathSegmentRule. visitPathItem(OpenApiPathItem node) -
Uses of OpenApiPathItem in io.apicurio.datamodels.validation.rules.invalid.reference
Methods in io.apicurio.datamodels.validation.rules.invalid.reference with parameters of type OpenApiPathItem Modifier and Type Method Description voidOasInvalidPathItemReferenceRule. visitPathItem(OpenApiPathItem node) -
Uses of OpenApiPathItem in io.apicurio.datamodels.validation.rules.invalid.value
Methods in io.apicurio.datamodels.validation.rules.invalid.value with parameters of type OpenApiPathItem Modifier and Type Method Description voidOasMissingPathParamDefinitionRule. visitPathItem(OpenApiPathItem node)voidOasPathParamNotFoundRule. visitPathItem(OpenApiPathItem node) -
Uses of OpenApiPathItem in io.apicurio.datamodels.validation.rules.mutex
Methods in io.apicurio.datamodels.validation.rules.mutex with parameters of type OpenApiPathItem Modifier and Type Method Description voidOasBodyAndFormDataMutualExclusivityRule. visitPathItem(OpenApiPathItem node) -
Uses of OpenApiPathItem in io.apicurio.datamodels.validation.rules.other
Methods in io.apicurio.datamodels.validation.rules.other with parameters of type OpenApiPathItem Modifier and Type Method Description voidOasParameterUniquenessValidationRule. visitPathItem(OpenApiPathItem node) -
Uses of OpenApiPathItem in io.apicurio.datamodels.visitors
Fields in io.apicurio.datamodels.visitors declared as OpenApiPathItem Modifier and Type Field Description OpenApiPathItemPathItemFinder. foundMethods in io.apicurio.datamodels.visitors with parameters of type OpenApiPathItem Modifier and Type Method Description voidPathItemFinder. visitPathItem(OpenApiPathItem node)
-