Uses of Interface
io.apicurio.datamodels.models.openapi.OpenApiPaths
-
-
Uses of OpenApiPaths in io.apicurio.datamodels.models.openapi
Methods in io.apicurio.datamodels.models.openapi that return OpenApiPaths Modifier and Type Method Description OpenApiPathsOpenApiDocument. createPaths()OpenApiPathsOpenApiDocument. getPaths()Methods in io.apicurio.datamodels.models.openapi with parameters of type OpenApiPaths Modifier and Type Method Description voidOpenApiDocument. setPaths(OpenApiPaths value) -
Uses of OpenApiPaths in io.apicurio.datamodels.models.openapi.v20
Subinterfaces of OpenApiPaths in io.apicurio.datamodels.models.openapi.v20 Modifier and Type Interface Description interfaceOpenApi20PathsClasses in io.apicurio.datamodels.models.openapi.v20 that implement OpenApiPaths Modifier and Type Class Description classOpenApi20PathsImplMethods in io.apicurio.datamodels.models.openapi.v20 that return OpenApiPaths Modifier and Type Method Description OpenApiPathsOpenApi20DocumentImpl. getPaths()Methods in io.apicurio.datamodels.models.openapi.v20 with parameters of type OpenApiPaths Modifier and Type Method Description voidOpenApi20DocumentImpl. setPaths(OpenApiPaths value) -
Uses of OpenApiPaths in io.apicurio.datamodels.models.openapi.v20.io
Methods in io.apicurio.datamodels.models.openapi.v20.io with parameters of type OpenApiPaths Modifier and Type Method Description voidOpenApi20ModelReaderDispatcher. visitPaths(OpenApiPaths node)voidOpenApi20ModelWriterDispatcher. visitPaths(OpenApiPaths node) -
Uses of OpenApiPaths in io.apicurio.datamodels.models.openapi.v20.visitors
Methods in io.apicurio.datamodels.models.openapi.v20.visitors with parameters of type OpenApiPaths Modifier and Type Method Description voidOpenApi20Traverser. visitPaths(OpenApiPaths node)voidOpenApi20VisitorAdapter. visitPaths(OpenApiPaths node) -
Uses of OpenApiPaths in io.apicurio.datamodels.models.openapi.v30
Subinterfaces of OpenApiPaths in io.apicurio.datamodels.models.openapi.v30 Modifier and Type Interface Description interfaceOpenApi30PathsClasses in io.apicurio.datamodels.models.openapi.v30 that implement OpenApiPaths Modifier and Type Class Description classOpenApi30PathsImplMethods in io.apicurio.datamodels.models.openapi.v30 that return OpenApiPaths Modifier and Type Method Description OpenApiPathsOpenApi30DocumentImpl. getPaths()Methods in io.apicurio.datamodels.models.openapi.v30 with parameters of type OpenApiPaths Modifier and Type Method Description voidOpenApi30DocumentImpl. setPaths(OpenApiPaths value) -
Uses of OpenApiPaths in io.apicurio.datamodels.models.openapi.v30.io
Methods in io.apicurio.datamodels.models.openapi.v30.io with parameters of type OpenApiPaths Modifier and Type Method Description voidOpenApi30ModelReaderDispatcher. visitPaths(OpenApiPaths node)voidOpenApi30ModelWriterDispatcher. visitPaths(OpenApiPaths node) -
Uses of OpenApiPaths in io.apicurio.datamodels.models.openapi.v30.visitors
Methods in io.apicurio.datamodels.models.openapi.v30.visitors with parameters of type OpenApiPaths Modifier and Type Method Description voidOpenApi30Traverser. visitPaths(OpenApiPaths node)voidOpenApi30VisitorAdapter. visitPaths(OpenApiPaths node) -
Uses of OpenApiPaths in io.apicurio.datamodels.models.openapi.v31
Subinterfaces of OpenApiPaths in io.apicurio.datamodels.models.openapi.v31 Modifier and Type Interface Description interfaceOpenApi31PathsClasses in io.apicurio.datamodels.models.openapi.v31 that implement OpenApiPaths Modifier and Type Class Description classOpenApi31PathsImplMethods in io.apicurio.datamodels.models.openapi.v31 that return OpenApiPaths Modifier and Type Method Description OpenApiPathsOpenApi31DocumentImpl. getPaths()Methods in io.apicurio.datamodels.models.openapi.v31 with parameters of type OpenApiPaths Modifier and Type Method Description voidOpenApi31DocumentImpl. setPaths(OpenApiPaths value) -
Uses of OpenApiPaths in io.apicurio.datamodels.models.openapi.v31.io
Methods in io.apicurio.datamodels.models.openapi.v31.io with parameters of type OpenApiPaths Modifier and Type Method Description voidOpenApi31ModelReaderDispatcher. visitPaths(OpenApiPaths node)voidOpenApi31ModelWriterDispatcher. visitPaths(OpenApiPaths node) -
Uses of OpenApiPaths in io.apicurio.datamodels.models.openapi.v31.visitors
Methods in io.apicurio.datamodels.models.openapi.v31.visitors with parameters of type OpenApiPaths Modifier and Type Method Description voidOpenApi31Traverser. visitPaths(OpenApiPaths node)voidOpenApi31VisitorAdapter. visitPaths(OpenApiPaths node) -
Uses of OpenApiPaths in io.apicurio.datamodels.models.openapi.visitors
Methods in io.apicurio.datamodels.models.openapi.visitors with parameters of type OpenApiPaths Modifier and Type Method Description voidCombinedOpenApiVisitorAdapter. visitPaths(OpenApiPaths node)voidOpenApiVisitor. visitPaths(OpenApiPaths node) -
Uses of OpenApiPaths in io.apicurio.datamodels.models.visitors
Methods in io.apicurio.datamodels.models.visitors with parameters of type OpenApiPaths Modifier and Type Method Description voidAllNodeVisitor. visitPaths(OpenApiPaths node)voidCombinedVisitorAdapter. visitPaths(OpenApiPaths node) -
Uses of OpenApiPaths in io.apicurio.datamodels.transform
Methods in io.apicurio.datamodels.transform with parameters of type OpenApiPaths Modifier and Type Method Description voidOpenApi20to30TransformationVisitor. visitPaths(OpenApiPaths node) -
Uses of OpenApiPaths in io.apicurio.datamodels.validation.rules.invalid.name
Methods in io.apicurio.datamodels.validation.rules.invalid.name with parameters of type OpenApiPaths Modifier and Type Method Description voidOasIdenticalPathTemplateRule. visitPaths(OpenApiPaths node)
-