Class Path

java.lang.Object
io.vertx.reactivex.openapi.contract.Path
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate

public class Path extends Object implements io.vertx.lang.rx.RxDelegate
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 RX-ified interface using Vert.x codegen.

  • Field Details

    • __TYPE_ARG

      public static final io.vertx.lang.rx.TypeArg<Path> __TYPE_ARG
  • Constructor Details

    • Path

      public Path(Path delegate)
    • Path

      public Path(Object delegate)
  • Method Details

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

      public Path getDelegate()
      Specified by:
      getDelegate in interface io.vertx.lang.rx.RxDelegate
    • 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(Path arg)