Uses of Interface
io.apicurio.datamodels.models.openapi.v20.OpenApi20PathItem
-
Packages that use OpenApi20PathItem Package Description io.apicurio.datamodels.models.openapi.v20 io.apicurio.datamodels.models.openapi.v20.io -
-
Uses of OpenApi20PathItem in io.apicurio.datamodels.models.openapi.v20
Classes in io.apicurio.datamodels.models.openapi.v20 that implement OpenApi20PathItem Modifier and Type Class Description classOpenApi20PathItemImplMethods in io.apicurio.datamodels.models.openapi.v20 that return OpenApi20PathItem Modifier and Type Method Description OpenApi20PathItemOpenApi20PathsImpl. createPathItem() -
Uses of OpenApi20PathItem in io.apicurio.datamodels.models.openapi.v20.io
Methods in io.apicurio.datamodels.models.openapi.v20.io with parameters of type OpenApi20PathItem Modifier and Type Method Description voidOpenApi20ModelReader. readPathItem(com.fasterxml.jackson.databind.node.ObjectNode json, OpenApi20PathItem node)voidOpenApi20ModelWriter. writePathItem(OpenApi20PathItem node, com.fasterxml.jackson.databind.node.ObjectNode json)
-