Class RequestParameter

java.lang.Object
io.vertx.mutiny.openapi.validation.RequestParameter
All Implemented Interfaces:
MutinyDelegate

public class RequestParameter extends Object implements MutinyDelegate
  • Field Details

  • Constructor Details

    • RequestParameter

      public RequestParameter(io.vertx.openapi.validation.RequestParameter delegate)
    • RequestParameter

      public RequestParameter(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.openapi.validation.RequestParameter 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
    • newInstance

      public static RequestParameter newInstance(io.vertx.openapi.validation.RequestParameter arg)