Uses of Interface
io.apicurio.datamodels.models.openapi.OpenApiExamplesParent
-
Packages that use OpenApiExamplesParent Package Description io.apicurio.datamodels.cmd.commands io.apicurio.datamodels.models.openapi.v30 io.apicurio.datamodels.models.openapi.v31 -
-
Uses of OpenApiExamplesParent in io.apicurio.datamodels.cmd.commands
Constructors in io.apicurio.datamodels.cmd.commands with parameters of type OpenApiExamplesParent Constructor Description AddExampleCommand(OpenApiExamplesParent parent, com.fasterxml.jackson.databind.JsonNode example, String exampleName, String exampleSummary, String exampleDescription)DeleteAllExamplesCommand(OpenApiExamplesParent parent) -
Uses of OpenApiExamplesParent in io.apicurio.datamodels.models.openapi.v30
Subinterfaces of OpenApiExamplesParent in io.apicurio.datamodels.models.openapi.v30 Modifier and Type Interface Description interfaceOpenApi30ExamplesParentinterfaceOpenApi30HeaderinterfaceOpenApi30MediaTypeinterfaceOpenApi30ParameterClasses in io.apicurio.datamodels.models.openapi.v30 that implement OpenApiExamplesParent Modifier and Type Class Description classOpenApi30HeaderImplclassOpenApi30MediaTypeImplclassOpenApi30ParameterImpl -
Uses of OpenApiExamplesParent in io.apicurio.datamodels.models.openapi.v31
Subinterfaces of OpenApiExamplesParent in io.apicurio.datamodels.models.openapi.v31 Modifier and Type Interface Description interfaceOpenApi31ExamplesParentinterfaceOpenApi31HeaderinterfaceOpenApi31MediaTypeinterfaceOpenApi31ParameterClasses in io.apicurio.datamodels.models.openapi.v31 that implement OpenApiExamplesParent Modifier and Type Class Description classOpenApi31HeaderImplclassOpenApi31MediaTypeImplclassOpenApi31ParameterImpl
-