Class OpenAPIHolder

java.lang.Object
io.vertx.mutiny.ext.web.openapi.OpenAPIHolder
All Implemented Interfaces:
MutinyDelegate

public class OpenAPIHolder extends Object implements MutinyDelegate
  • Field Details

  • Constructor Details

    • OpenAPIHolder

      public OpenAPIHolder(io.vertx.ext.web.openapi.OpenAPIHolder delegate)
    • OpenAPIHolder

      public OpenAPIHolder(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.ext.web.openapi.OpenAPIHolder 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
    • getCached

      public io.vertx.core.json.JsonObject getCached(JsonPointer pointer)
      Parameters:
      pointer -
      Returns:
    • solveIfNeeded

      public io.vertx.core.json.JsonObject solveIfNeeded(io.vertx.core.json.JsonObject obj)
      Parameters:
      obj -
      Returns:
    • getOpenAPI

      public io.vertx.core.json.JsonObject getOpenAPI()
      Returns:
      the root of the OpenAPI document
    • newInstance

      public static OpenAPIHolder newInstance(io.vertx.ext.web.openapi.OpenAPIHolder arg)