Class OpenAPIHolder
- java.lang.Object
-
- io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
-
public class OpenAPIHolder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<OpenAPIHolder>__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description OpenAPIHolder(io.vertx.ext.web.openapi.OpenAPIHolder delegate)OpenAPIHolder(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)io.vertx.core.json.JsonObjectgetCached(JsonPointer pointer)Get cached object usingpointerio.vertx.ext.web.openapi.OpenAPIHoldergetDelegate()io.vertx.core.json.JsonObjectgetOpenAPI()inthashCode()static OpenAPIHoldernewInstance(io.vertx.ext.web.openapi.OpenAPIHolder arg)io.vertx.core.json.JsonObjectsolveIfNeeded(io.vertx.core.json.JsonObject obj)ifobjcontains$ref, it tries to solve it and return the resolved object, otherwise it returnsobjStringtoString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<OpenAPIHolder> __TYPE_ARG
-
-
Constructor Detail
-
OpenAPIHolder
public OpenAPIHolder(io.vertx.ext.web.openapi.OpenAPIHolder delegate)
-
OpenAPIHolder
public OpenAPIHolder(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.ext.web.openapi.OpenAPIHolder getDelegate()
-
getCached
public io.vertx.core.json.JsonObject getCached(JsonPointer pointer)
Get cached object usingpointer- Parameters:
pointer-- Returns:
-
solveIfNeeded
public io.vertx.core.json.JsonObject solveIfNeeded(io.vertx.core.json.JsonObject obj)
ifobjcontains$ref, it tries to solve it and return the resolved object, otherwise it returnsobj- 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)
-
-