Class OpenAPISpecification
java.lang.Object
org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPISpecification
OpenAPISpecification provides a java class for Jackson to use to unpack the
open API specification retrieved from the server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInfo()getPaths()getTags()voidsetInfo(OpenAPIInfo info) voidsetOpenapi(String openapi) voidsetPaths(Map<String, OpenAPIPathDescription> paths) voidsetServers(List<OpenAPIServer> servers) voidsetTags(List<OpenAPITag> tags) toString()