Class Path

java.lang.Object
io.vertx.mutiny.openapi.contract.Path
All Implemented Interfaces:
MutinyDelegate

public class Path extends Object implements MutinyDelegate
This interface represents the most important attributes of an OpenAPI Parameter.
Parameter V3.1
Parameter V3.0

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

  • Field Details

    • __TYPE_ARG

      public static final TypeArg<Path> __TYPE_ARG
  • Constructor Details

    • Path

      public Path(io.vertx.openapi.contract.Path delegate)
    • Path

      public Path(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.openapi.contract.Path getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getName

      public String getName()
      Returns:
      the name of this path
    • getOperations

      public List<Operation> getOperations()
      Returns:
      operations of this path
    • getParameters

      public List<Parameter> getParameters()
      Returns:
      parameters of this path
    • newInstance

      public static Path newInstance(io.vertx.openapi.contract.Path arg)