Uses of Class
com.github.chhorz.openapi.common.domain.OpenAPI
Packages that use OpenAPI
Package
Description
-
Uses of OpenAPI in com.github.chhorz.openapi.common
Fields in com.github.chhorz.openapi.common declared as OpenAPIMethods in com.github.chhorz.openapi.common that return OpenAPIModifier and TypeMethodDescriptionprotected OpenAPI
OpenAPIProcessor.initializeFromProperties
(GeneratorPropertyLoader propertyLoader) Initializes a new OpenAPI domain object with the information from the configuration file.Methods in com.github.chhorz.openapi.common that return types with arguments of type OpenAPIModifier and TypeMethodDescriptionOpenAPIProcessor.readOpenApiFile
(ParserProperties parserProperties) Loads an existing OpenAPI schema file.Methods in com.github.chhorz.openapi.common with parameters of type OpenAPIModifier 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
Methods in com.github.chhorz.openapi.common.spi with parameters of type OpenAPI -
Uses of OpenAPI in com.github.chhorz.openapi.common.util
Methods in com.github.chhorz.openapi.common.util that return types with arguments of type OpenAPIMethods in com.github.chhorz.openapi.common.util with parameters of type OpenAPIModifier 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
Methods in com.github.chhorz.openapi.spi.asciidoctor with parameters of type OpenAPI