Uses of Annotation Interface
com.github.chhorz.openapi.common.annotation.OpenAPI
-
Uses of OpenAPI in com.github.chhorz.openapi.common
Modifier and TypeMethodDescriptionOpenAPIProcessor.getSecurityInformation
(ExecutableElement executableElement, OpenAPI openAPI, com.github.chhorz.javadoc.JavaDoc javaDoc, OpenAPI openApiAnnotation) Creates a map of security information for a give method.Creates a list of tags from the given input sources. -
Uses of OpenAPI in com.github.chhorz.openapi.common.util
Modifier and TypeMethodDescriptionResponseUtils.initializeFromJavadoc
(com.github.chhorz.javadoc.JavaDoc javaDoc, OpenAPI openApi, String[] produces, String description, Map<TypeMirror, Schema> schemaMap)