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 TypeMethodDescriptionboolean
io.vertx.core.json.JsonObject
getCached
(JsonPointer pointer) io.vertx.ext.web.openapi.OpenAPIHolder
io.vertx.core.json.JsonObject
int
hashCode()
static OpenAPIHolder
newInstance
(io.vertx.ext.web.openapi.OpenAPIHolder arg) io.vertx.core.json.JsonObject
solveIfNeeded
(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:
getDelegate
in 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
-