Uses of Interface
io.apicurio.datamodels.models.openapi.v30.OpenApi30PathItem
-
Packages that use OpenApi30PathItem Package Description io.apicurio.datamodels.models.openapi.v30 io.apicurio.datamodels.models.openapi.v30.io -
-
Uses of OpenApi30PathItem in io.apicurio.datamodels.models.openapi.v30
Classes in io.apicurio.datamodels.models.openapi.v30 that implement OpenApi30PathItem Modifier and Type Class Description classOpenApi30PathItemImplMethods in io.apicurio.datamodels.models.openapi.v30 that return OpenApi30PathItem Modifier and Type Method Description OpenApi30PathItemOpenApi30CallbackImpl. createPathItem()OpenApi30PathItemOpenApi30PathsImpl. createPathItem() -
Uses of OpenApi30PathItem in io.apicurio.datamodels.models.openapi.v30.io
Methods in io.apicurio.datamodels.models.openapi.v30.io with parameters of type OpenApi30PathItem Modifier and Type Method Description voidOpenApi30ModelReader. readPathItem(com.fasterxml.jackson.databind.node.ObjectNode json, OpenApi30PathItem node)voidOpenApi30ModelWriter. writePathItem(OpenApi30PathItem node, com.fasterxml.jackson.databind.node.ObjectNode json)
-