public interface OpenAPIHolder
Modifier and Type | Method and Description |
---|---|
JsonObject |
getCached(JsonPointer pointer)
Get cached object using
pointer |
JsonObject |
getOpenAPI() |
JsonObject |
solveIfNeeded(JsonObject obj)
if
obj contains $ref , it tries to solve it and return the resolved object, otherwise it returns obj |
JsonObject getCached(JsonPointer pointer)
pointer
pointer
- JsonObject solveIfNeeded(JsonObject obj)
obj
contains $ref
, it tries to solve it and return the resolved object, otherwise it returns obj
obj
- JsonObject getOpenAPI()
Copyright © 2021 Eclipse. All rights reserved.