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.
  • 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.