Package io.smallrye.openapi.api.models
Class OperationImpl
java.lang.Object
io.smallrye.openapi.model.BaseModel<org.eclipse.microprofile.openapi.models.Operation>
io.smallrye.openapi.model.BaseExtensibleModel<org.eclipse.microprofile.openapi.models.Operation>
io.smallrye.openapi.internal.models.Operation
io.smallrye.openapi.api.models.OperationImpl
- All Implemented Interfaces:
org.eclipse.microprofile.openapi.models.Constructible,org.eclipse.microprofile.openapi.models.Extensible<org.eclipse.microprofile.openapi.models.Operation>,org.eclipse.microprofile.openapi.models.Operation
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.smallrye.openapi.internal.models.Operation
Operation.PropertiesNested classes/interfaces inherited from class io.smallrye.openapi.model.BaseModel
BaseModel.MergeDirective -
Field Summary
Fields inherited from class io.smallrye.openapi.internal.models.Operation
PROPERTIESFields inherited from class io.smallrye.openapi.model.BaseModel
properties -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.static StringgetMethodRef(org.eclipse.microprofile.openapi.models.Operation operation) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class io.smallrye.openapi.internal.models.Operation
addCallback, addParameter, addSecurityRequirement, addServer, addTag, filter, getCallbacks, getDeprecated, getOperationId, getParameters, getPropertyMetadata, getRequestBody, getResponses, getSecurity, getServers, getTags, removeCallback, removeParameter, removeSecurityRequirement, removeServer, removeTag, setCallbacks, setDeprecated, setOperationId, setParameters, setRequestBody, setResponses, setSecurity, setServers, setTagsMethods inherited from class io.smallrye.openapi.model.BaseExtensibleModel
addExtension, addListPropertyEntry, equals, getAllExtensions, getAllProperties, getExtension, getExtensions, getListProperty, getMapProperty, getProperty, getProperty, hashCode, isExtension, merge, putMapPropertyEntry, removeExtension, removeListPropertyEntry, removeMapPropertyEntry, setAllProperties, setExtensions, setListProperty, setMapProperty, setPropertyMethods inherited from class io.smallrye.openapi.model.BaseModel
constructible, deepCopy, filter, getDescription, getExternalDocs, getModCount, getName, getProperties, getRef, getSummary, incrementModCount, merge, mergeDirective, setDescription, setExternalDocs, setName, setRef, setSummary, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.openapi.models.Extensible
addExtension, extensions, getExtensions, removeExtension, setExtensionsMethods inherited from interface org.eclipse.microprofile.openapi.models.Operation
callbacks, deprecated, description, externalDocs, getDescription, getExternalDocs, getSummary, operationId, parameters, requestBody, responses, security, servers, setDescription, setExternalDocs, setSummary, summary, tags
-
Constructor Details
-
OperationImpl
public OperationImpl()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getMethodRef
Deprecated, for removal: This API element is subject to removal in a future version. -
getMethodRef
Deprecated, for removal: This API element is subject to removal in a future version.
-
OASFactory.createOperation()instead.