Uses of Class
io.smallrye.openapi.internal.models.Components
Packages that use Components
-
Uses of Components in io.smallrye.openapi.api.models
Subclasses of Components in io.smallrye.openapi.api.modelsModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of Components in io.smallrye.openapi.internal.models
Methods in io.smallrye.openapi.internal.models that return ComponentsModifier and TypeMethodDescriptionComponents.addCallback(String newKey, org.eclipse.microprofile.openapi.models.callbacks.Callback newValue) Components.addExample(String newKey, org.eclipse.microprofile.openapi.models.examples.Example newValue) Components.addHeader(String newKey, org.eclipse.microprofile.openapi.models.headers.Header newValue) Components.addParameter(String newKey, org.eclipse.microprofile.openapi.models.parameters.Parameter newValue) Components.addPathItem(String newKey, org.eclipse.microprofile.openapi.models.PathItem newValue) Components.addRequestBody(String newKey, org.eclipse.microprofile.openapi.models.parameters.RequestBody newValue) Components.addResponse(String newKey, org.eclipse.microprofile.openapi.models.responses.APIResponse newValue) Components.addSecurityScheme(String newKey, org.eclipse.microprofile.openapi.models.security.SecurityScheme newValue)
OASFactory.createComponents()instead.