-
Method Summary
Create security for the referenced security scheme
Option to exclude file from generation
Option to specify files for which generation should be executed only
Option to change the directory where OpenAPI files must be found.
Option to change the directory where template files must be found.
boolean
Whether or not to skip validating the input spec prior to generation.
boolean
Whether to log the internal generator codegen process in the default output or not.
Methods inherited from interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
additionalApiTypeAnnotations, additionalEnumTypeUnexpectedMemberAnnotations, additionalModelTypeAnnotations, additionalRequestArgs, enableSecurityGeneration, equalsHashcode, generateApis, generateModels, generatePartFilename, importMappings, mutinyMultiOperationIds, mutinyReturnResponse, normalizer, partFilenameValue, returnResponse, schemaMappings, skipFormModel, supportMutiny, typeMappings, useBeanValidation, useFieldNameInPartFilename
-
Method Details
-
verbose
@WithDefault("false")
@WithName("verbose")
boolean verbose()
Whether to log the internal generator codegen process in the default output or not.
-
-
templateBaseDir
Option to change the directory where template files must be found.
-
validateSpec
@WithName("validateSpec")
@WithDefault("true")
boolean validateSpec()
Whether or not to skip validating the input spec prior to generation. By default, invalid specifications will result in
an error.
-
include
Option to specify files for which generation should be executed only
-
exclude
Option to exclude file from generation
-
defaultSecuritySchema
@WithName("default-security-scheme")
Optional<String> defaultSecuritySchema()
Create security for the referenced security scheme