Package io.vertx.mutiny.ext.web.openapi
Class OpenAPIHolder
java.lang.Object
io.vertx.mutiny.ext.web.openapi.OpenAPIHolder
- All Implemented Interfaces:
MutinyDelegate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOpenAPIHolder(io.vertx.ext.web.openapi.OpenAPIHolder delegate) OpenAPIHolder(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.core.json.JsonObjectgetCached(JsonPointer pointer) io.vertx.ext.web.openapi.OpenAPIHolderio.vertx.core.json.JsonObjectinthashCode()static OpenAPIHoldernewInstance(io.vertx.ext.web.openapi.OpenAPIHolder arg) io.vertx.core.json.JsonObjectsolveIfNeeded(io.vertx.core.json.JsonObject obj) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
OpenAPIHolder
public OpenAPIHolder(io.vertx.ext.web.openapi.OpenAPIHolder delegate) -
OpenAPIHolder
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.openapi.OpenAPIHolder getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
getCached
- 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
-