Uses of Interface
io.apicurio.datamodels.models.openapi.OpenApiOperation
-
-
Uses of OpenApiOperation in io.apicurio.datamodels.cmd
Methods in io.apicurio.datamodels.cmd with parameters of type OpenApiOperation Modifier and Type Method Description static ICommandCommandFactory. createAddOperationSecurityRequirementCommand(OpenApiOperation operation, SecurityRequirement requirement)static ICommandCommandFactory. createDeleteAllOperationParametersCommand(OpenApiOperation parent, String type)static ICommandCommandFactory. createDeleteAllOperationSecurityRequirementsCommand(OpenApiOperation operation)static ICommandCommandFactory. createDeleteAllOperationServersCommand(OpenApiOperation operation)static ICommandCommandFactory. createDeleteAllResponsesCommand(OpenApiOperation operation)static ICommandCommandFactory. createReplaceOperationCommand(OpenApiOperation old, OpenApiOperation replacement) -
Uses of OpenApiOperation in io.apicurio.datamodels.cmd.commands
Methods in io.apicurio.datamodels.cmd.commands that return OpenApiOperation Modifier and Type Method Description protected OpenApiOperationReplaceOperationCommand. readNode(Node parent, com.fasterxml.jackson.databind.node.ObjectNode node)Methods in io.apicurio.datamodels.cmd.commands with parameters of type OpenApiOperation Modifier and Type Method Description protected voidReplaceOperationCommand. replaceNode(Node parent, OpenApiOperation newNode)Constructors in io.apicurio.datamodels.cmd.commands with parameters of type OpenApiOperation Constructor Description DeleteAllResponsesCommand(OpenApiOperation operation)ReplaceOperationCommand(OpenApiOperation old, OpenApiOperation replacement) -
Uses of OpenApiOperation in io.apicurio.datamodels.models.openapi
Methods in io.apicurio.datamodels.models.openapi that return OpenApiOperation Modifier and Type Method Description OpenApiOperationOpenApiPathItem. createOperation()OpenApiOperationOpenApiPathItem. getDelete()OpenApiOperationOpenApiPathItem. getGet()OpenApiOperationOpenApiPathItem. getHead()OpenApiOperationOpenApiPathItem. getOptions()OpenApiOperationOpenApiPathItem. getPatch()OpenApiOperationOpenApiPathItem. getPost()OpenApiOperationOpenApiPathItem. getPut()Methods in io.apicurio.datamodels.models.openapi with parameters of type OpenApiOperation Modifier and Type Method Description voidOpenApiPathItem. setDelete(OpenApiOperation value)voidOpenApiPathItem. setGet(OpenApiOperation value)voidOpenApiPathItem. setHead(OpenApiOperation value)voidOpenApiPathItem. setOptions(OpenApiOperation value)voidOpenApiPathItem. setPatch(OpenApiOperation value)voidOpenApiPathItem. setPost(OpenApiOperation value)voidOpenApiPathItem. setPut(OpenApiOperation value) -
Uses of OpenApiOperation in io.apicurio.datamodels.models.openapi.v20
Subinterfaces of OpenApiOperation in io.apicurio.datamodels.models.openapi.v20 Modifier and Type Interface Description interfaceOpenApi20OperationClasses in io.apicurio.datamodels.models.openapi.v20 that implement OpenApiOperation Modifier and Type Class Description classOpenApi20OperationImplMethods in io.apicurio.datamodels.models.openapi.v20 that return OpenApiOperation Modifier and Type Method Description OpenApiOperationOpenApi20PathItemImpl. getDelete()OpenApiOperationOpenApi20PathItemImpl. getGet()OpenApiOperationOpenApi20PathItemImpl. getHead()OpenApiOperationOpenApi20PathItemImpl. getOptions()OpenApiOperationOpenApi20PathItemImpl. getPatch()OpenApiOperationOpenApi20PathItemImpl. getPost()OpenApiOperationOpenApi20PathItemImpl. getPut()Methods in io.apicurio.datamodels.models.openapi.v20 with parameters of type OpenApiOperation Modifier and Type Method Description voidOpenApi20PathItemImpl. setDelete(OpenApiOperation value)voidOpenApi20PathItemImpl. setGet(OpenApiOperation value)voidOpenApi20PathItemImpl. setHead(OpenApiOperation value)voidOpenApi20PathItemImpl. setOptions(OpenApiOperation value)voidOpenApi20PathItemImpl. setPatch(OpenApiOperation value)voidOpenApi20PathItemImpl. setPost(OpenApiOperation value)voidOpenApi20PathItemImpl. setPut(OpenApiOperation value) -
Uses of OpenApiOperation in io.apicurio.datamodels.models.openapi.v30
Subinterfaces of OpenApiOperation in io.apicurio.datamodels.models.openapi.v30 Modifier and Type Interface Description interfaceOpenApi30OperationClasses in io.apicurio.datamodels.models.openapi.v30 that implement OpenApiOperation Modifier and Type Class Description classOpenApi30OperationImplMethods in io.apicurio.datamodels.models.openapi.v30 that return OpenApiOperation Modifier and Type Method Description OpenApiOperationOpenApi30PathItemImpl. getDelete()OpenApiOperationOpenApi30PathItemImpl. getGet()OpenApiOperationOpenApi30PathItemImpl. getHead()OpenApiOperationOpenApi30PathItemImpl. getOptions()OpenApiOperationOpenApi30PathItemImpl. getPatch()OpenApiOperationOpenApi30PathItemImpl. getPost()OpenApiOperationOpenApi30PathItemImpl. getPut()Methods in io.apicurio.datamodels.models.openapi.v30 with parameters of type OpenApiOperation Modifier and Type Method Description voidOpenApi30PathItemImpl. setDelete(OpenApiOperation value)voidOpenApi30PathItemImpl. setGet(OpenApiOperation value)voidOpenApi30PathItemImpl. setHead(OpenApiOperation value)voidOpenApi30PathItemImpl. setOptions(OpenApiOperation value)voidOpenApi30PathItemImpl. setPatch(OpenApiOperation value)voidOpenApi30PathItemImpl. setPost(OpenApiOperation value)voidOpenApi30PathItemImpl. setPut(OpenApiOperation value) -
Uses of OpenApiOperation in io.apicurio.datamodels.models.openapi.v31
Subinterfaces of OpenApiOperation in io.apicurio.datamodels.models.openapi.v31 Modifier and Type Interface Description interfaceOpenApi31OperationClasses in io.apicurio.datamodels.models.openapi.v31 that implement OpenApiOperation Modifier and Type Class Description classOpenApi31OperationImplMethods in io.apicurio.datamodels.models.openapi.v31 that return OpenApiOperation Modifier and Type Method Description OpenApiOperationOpenApi31PathItemImpl. getDelete()OpenApiOperationOpenApi31PathItemImpl. getGet()OpenApiOperationOpenApi31PathItemImpl. getHead()OpenApiOperationOpenApi31PathItemImpl. getOptions()OpenApiOperationOpenApi31PathItemImpl. getPatch()OpenApiOperationOpenApi31PathItemImpl. getPost()OpenApiOperationOpenApi31PathItemImpl. getPut()Methods in io.apicurio.datamodels.models.openapi.v31 with parameters of type OpenApiOperation Modifier and Type Method Description voidOpenApi31PathItemImpl. setDelete(OpenApiOperation value)voidOpenApi31PathItemImpl. setGet(OpenApiOperation value)voidOpenApi31PathItemImpl. setHead(OpenApiOperation value)voidOpenApi31PathItemImpl. setOptions(OpenApiOperation value)voidOpenApi31PathItemImpl. setPatch(OpenApiOperation value)voidOpenApi31PathItemImpl. setPost(OpenApiOperation value)voidOpenApi31PathItemImpl. setPut(OpenApiOperation value) -
Uses of OpenApiOperation in io.apicurio.datamodels.validation.rules.invalid.value
Methods in io.apicurio.datamodels.validation.rules.invalid.value with parameters of type OpenApiOperation Modifier and Type Method Description protected booleanOasUnexpectedRequestBodyRule. isValidRequestBodyOperation(OpenApiOperation operation)Returns true if the given operation is one of: POST, PUT, OPTIONSprotected List<OpenApiParameter>AbstractInvalidPropertyValueRule. mergeParameters(OpenApiOperation node)Merges all parameters applicable for an operation - those defined within the operation and those defined at the pathItem level.
-