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(since="4.0", forRemoval=true) public class OperationImpl extends Operation
Deprecated, for removal: This API element is subject to removal in a future version.
use OASFactory.createOperation() instead.
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.smallrye.openapi.internal.models.Operation

    Operation.Properties

    Nested classes/interfaces inherited from class io.smallrye.openapi.model.BaseModel

    io.smallrye.openapi.model.BaseModel.MergeDirective
  • Field Summary

    Fields inherited from class io.smallrye.openapi.internal.models.Operation

    PROPERTIES
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    getMethodRef(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.model.BaseExtensibleModel

    addExtension, addListPropertyEntry, equals, getAllExtensions, getAllProperties, getExtension, getExtensions, getListProperty, getMapProperty, getProperty, getProperty, hasExtension, hashCode, isExtension, merge, putMapPropertyEntry, removeExtension, removeListPropertyEntry, removeMapPropertyEntry, setAllProperties, setExtensions, setListProperty, setMapProperty, setProperty

    Methods inherited from class io.smallrye.openapi.model.BaseModel

    constructible, deepCopy, deepCopy, filter, getDescription, getExternalDocs, getModCount, getName, getProperties, getRef, getSummary, incrementModCount, merge, mergeDirective, setDescription, setExternalDocs, setName, setRef, setSummary, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.eclipse.microprofile.openapi.models.Extensible

    addExtension, extensions, getExtension, getExtensions, hasExtension, removeExtension, setExtensions

    Methods 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

      public String getMethodRef()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMethodRef

      public static String getMethodRef(org.eclipse.microprofile.openapi.models.Operation operation)
      Deprecated, for removal: This API element is subject to removal in a future version.