public interface OpenAPIObject
| Modifier and Type | Method and Description |
|---|---|
default Map<String,Object> |
getExtensions()
Returns the
Specification Extensions of this OpenAPIObject.
|
JsonObject |
getOpenAPIModel()
Returns the part of the related OpenAPI specification which is represented by the OpenAPI object that is
implementing this interface.
|
JsonObject getOpenAPIModel()
JsonObjectProxy, which has some limitations when it comes to copying or serializing.JsonObject that represents this part of the related OpenAPI specification.default Map<String,Object> getExtensions()
Copyright © 2024 Eclipse. All rights reserved.