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  objcontains$ref, it tries to solve it and return the resolved object, otherwise it returnsobj | 
JsonObject getCached(JsonPointer pointer)
pointerpointer - JsonObject solveIfNeeded(JsonObject obj)
obj contains $ref, it tries to solve it and return the resolved object, otherwise it returns objobj - JsonObject getOpenAPI()
Copyright © 2021 Eclipse. All rights reserved.