Uses of Class
com.github.chhorz.openapi.common.domain.OpenAPI
Package
Description
-
Uses of OpenAPI in com.github.chhorz.openapi.common
Modifier and TypeMethodDescriptionprotected OpenAPI
OpenAPIProcessor.initializeFromProperties
(GeneratorPropertyLoader propertyLoader) Initializes a new OpenAPI domain object with the information from the configuration file.Modifier and TypeMethodDescriptionOpenAPIProcessor.readOpenApiFile
(ParserProperties parserProperties) Loads an existing OpenAPI schema file.Modifier and TypeMethodDescriptionprotected String
OpenAPIProcessor.getOperationId
(ExecutableElement executableElement, OpenAPI openAPI) OpenAPIProcessor.getSecurityInformation
(ExecutableElement executableElement, OpenAPI openAPI, com.github.chhorz.javadoc.JavaDoc javaDoc, OpenAPI openApiAnnotation) Creates a map of security information for a give method.protected void
OpenAPIProcessor.runPostProcessors
(ParserProperties parserProperties, OpenAPI openApi) Runs all registered post processors from the service loader. -
Uses of OpenAPI in com.github.chhorz.openapi.common.spi
-
Uses of OpenAPI in com.github.chhorz.openapi.common.util
Modifier and TypeMethodDescriptionvoid
FileUtils.writeToFile
(OpenAPI openAPI) Writes the given OpenAPI object to .json and .yaml files. -
Uses of OpenAPI in com.github.chhorz.openapi.spi.asciidoctor