Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ADDITIONAL_API_TYPE_ANNOTATIONS - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- ADDITIONAL_ENUM_TYPE_UNEXPECTED_MEMBER - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- ADDITIONAL_ENUM_TYPE_UNEXPECTED_MEMBER_NAME - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- ADDITIONAL_ENUM_TYPE_UNEXPECTED_MEMBER_NAME_DEFAULT - Static variable in interface io.quarkiverse.openapi.generator.deployment.CodegenConfig
- ADDITIONAL_ENUM_TYPE_UNEXPECTED_MEMBER_STRING_VALUE - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- ADDITIONAL_ENUM_TYPE_UNEXPECTED_MEMBER_STRING_VALUE_DEFAULT - Static variable in interface io.quarkiverse.openapi.generator.deployment.CodegenConfig
- ADDITIONAL_MODEL_TYPE_ANNOTATIONS - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- ADDITIONAL_PROPERTIES_AS_ATTRIBUTE - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- ADDITIONAL_REQUEST_ARGS - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- additionalApiTypeAnnotations() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
The specified annotations will be added to the generated api files
- additionalEnumTypeUnexpectedMemberAnnotations() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Defines if the enums should have an `UNEXPECTED` member to convey values that cannot be parsed.
- additionalModelTypeAnnotations() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
The specified annotations will be added to the generated model files
- additionalRequestArgs() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Add custom/additional HTTP Headers or other args to every request
- API_NAME_SUFFIX - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- API_PKG_SUFFIX - Static variable in interface io.quarkiverse.openapi.generator.deployment.CodegenConfig
- apiNameSuffix() - Method in interface io.quarkiverse.openapi.generator.deployment.SpecItemConfig
-
Suffix name for generated api classes
- authFileFolder() - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.QuarkusJavaClientCodegen
- AuthProviderBuildItem - Class in io.quarkiverse.openapi.generator.deployment
B
- BASE_PACKAGE - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- basePackage() - Method in interface io.quarkiverse.openapi.generator.deployment.SpecItemConfig
-
Base package for where the generated code for the given OpenAPI specification will be added.
- BEAN_VALIDATION - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- BUILD_TIME_GLOBAL_PREFIX_FORMAT - Static variable in interface io.quarkiverse.openapi.generator.deployment.CodegenConfig
- BUILD_TIME_SPEC_PREFIX_FORMAT - Static variable in interface io.quarkiverse.openapi.generator.deployment.CodegenConfig
C
- cacheTemplates(TemplatingExecutor) - Method in class io.quarkiverse.openapi.generator.deployment.template.QuteTemplatingEngineAdapter
- CircuitBreakerConfigurationParser - Class in io.quarkiverse.openapi.generator.deployment.circuitbreaker
- ClassCodegenConfigParser - Class in io.quarkiverse.openapi.generator.deployment.codegen
-
Extracts the codegen properties from a given
Configreference. - ClassCodegenConfigParser() - Constructor for class io.quarkiverse.openapi.generator.deployment.codegen.ClassCodegenConfigParser
- CODEGEN_TIME_CONFIG_PREFIX - Static variable in interface io.quarkiverse.openapi.generator.deployment.CodegenConfig
- CodegenConfig - Interface in io.quarkiverse.openapi.generator.deployment
- CodegenConfig.ConfigName - Enum Class in io.quarkiverse.openapi.generator.deployment
- CommonItemConfig - Interface in io.quarkiverse.openapi.generator.deployment
- compileTemplate(TemplatingExecutor, Map<String, Object>, String) - Method in class io.quarkiverse.openapi.generator.deployment.template.QuteTemplatingEngineAdapter
- config() - Method in record class io.quarkiverse.openapi.generator.deployment.OpenApiGeneratorOptions
-
Returns the value of the
configrecord component. - CONFIG_KEY - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
D
- DEFAULT_SECURITY_SCHEME - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- DEFAULT_SECURITY_SCHEME - Static variable in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
-
Security scheme for which to apply security constraints even if the OpenAPI definition has no security definition
- defaultSecuritySchema() - Method in interface io.quarkiverse.openapi.generator.deployment.GlobalCodegenConfig
-
Create security for the referenced security scheme
E
- ENABLE_SECURITY_GENERATION - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- enableSecurityGeneration() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Defines if security support classes should be generated
- engine - Variable in class io.quarkiverse.openapi.generator.deployment.template.QuteTemplatingEngineAdapter
- equals(Object) - Method in class io.quarkiverse.openapi.generator.deployment.codegen.SpecInputModel
- equals(Object) - Method in record class io.quarkiverse.openapi.generator.deployment.OpenApiGeneratorOptions
-
Indicates whether some other object is "equal to" this one.
- EQUALS_HASHCODE - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- equalsHashcode() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Enable the generation of equals and hashcode in models.
- exclude() - Method in interface io.quarkiverse.openapi.generator.deployment.GlobalCodegenConfig
-
Option to exclude file from generation
- EXCLUDE - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
F
- fmt(String, Object...) - Method in class io.quarkiverse.openapi.generator.deployment.template.StrNamespaceResolver
- fromModel(String, Schema) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.QuarkusJavaClientCodegen
G
- genDeprecatedApiAttr(String, String, HashMap<String, Object>) - Method in class io.quarkiverse.openapi.generator.deployment.template.OpenApiNamespaceResolver
- genDeprecatedModelAttr(String, String, HashMap<String, Object>) - Method in class io.quarkiverse.openapi.generator.deployment.template.OpenApiNamespaceResolver
- generate(OpenApiGeneratorOptions) - Method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorCodeGenBase
- generate(String) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
-
Main entrypoint, or where to generate the files based on the given base package.
- GENERATE_APIS - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- GENERATE_MODELS - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- GENERATE_PART_FILENAME - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- generateApis() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Enable the generation of APIs.
- generateModels() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Enable the generation of models.
- generatePartFilename() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Defines, whether the `PartFilename` (
org.jboss.resteasy.reactive.PartFilenameororg.jboss.resteasy.annotations.providers.multipart.PartFilename) annotation should be generated for MultipartForm POJOs. - GeneratorProcessor - Class in io.quarkiverse.openapi.generator.deployment
- GeneratorProcessor() - Constructor for class io.quarkiverse.openapi.generator.deployment.GeneratorProcessor
- getBuildTimeSpecPropertyPrefix(Path) - Static method in interface io.quarkiverse.openapi.generator.deployment.CodegenConfig
-
Gets the config prefix for a given OpenAPI file in the path.
- getConfigSource() - Method in class io.quarkiverse.openapi.generator.deployment.codegen.SpecInputModel
- getFileExtensions() - Method in class io.quarkiverse.openapi.generator.deployment.template.QuteTemplatingEngineAdapter
- getFileName() - Method in class io.quarkiverse.openapi.generator.deployment.codegen.SpecInputModel
- getGlobalConfigName(CodegenConfig.ConfigName) - Static method in interface io.quarkiverse.openapi.generator.deployment.CodegenConfig
-
Return global config name, openapi-generator.codegen.config-name
- getIdentifier() - Method in class io.quarkiverse.openapi.generator.deployment.template.QuteTemplatingEngineAdapter
- getInputStream() - Method in class io.quarkiverse.openapi.generator.deployment.codegen.SpecInputModel
- getName() - Method in class io.quarkiverse.openapi.generator.deployment.AuthProviderBuildItem
- getName() - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.QuarkusJavaClientCodegen
- getNamespace() - Method in class io.quarkiverse.openapi.generator.deployment.template.OpenApiNamespaceResolver
- getNamespace() - Method in class io.quarkiverse.openapi.generator.deployment.template.StrNamespaceResolver
- getOpenApiSpecId() - Method in class io.quarkiverse.openapi.generator.deployment.AuthProviderBuildItem
- getRelativePath(Path) - Static method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorOutputPaths
- getSanitizedFileName(Path) - Static method in interface io.quarkiverse.openapi.generator.deployment.CodegenConfig
- getServerURL(OpenAPI, Map<String, String>) - Static method in class io.quarkiverse.openapi.generator.deployment.wrapper.QuarkusJavaClientCodegen
- getSpecConfigName(CodegenConfig.ConfigName, Path) - Static method in interface io.quarkiverse.openapi.generator.deployment.CodegenConfig
-
Return spec config name openapi-generator.codegen.spec.
- getSpecConfigNameByConfigKey(String, CodegenConfig.ConfigName) - Static method in interface io.quarkiverse.openapi.generator.deployment.CodegenConfig
-
Return spec config name by config-key (openapi-generator.codegen.spec.
- getSymbolName(String) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.QuarkusJavaClientCodegen
- getUniqueOAuthOperations(List<CodegenSecurity>) - Method in class io.quarkiverse.openapi.generator.deployment.template.OpenApiNamespaceResolver
-
Ignore the OAuth flows by filtering every oauth instance by name.
- GlobalCodegenConfig - Interface in io.quarkiverse.openapi.generator.deployment
H
- hasAuthMethods(OperationMap) - Method in class io.quarkiverse.openapi.generator.deployment.template.OpenApiNamespaceResolver
- hashCode() - Method in class io.quarkiverse.openapi.generator.deployment.codegen.SpecInputModel
- hashCode() - Method in record class io.quarkiverse.openapi.generator.deployment.OpenApiGeneratorOptions
-
Returns a hash code value for this object.
I
- IDENTIFIER - Static variable in class io.quarkiverse.openapi.generator.deployment.template.QuteTemplatingEngineAdapter
- IMPORT_MAPPINGS - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- importMappings() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Import Mapping is an OpenAPI Generator configuration specifying which Java types (the values) should be imported when a given OAS datatype (the keys of this map) is used
- include() - Method in interface io.quarkiverse.openapi.generator.deployment.GlobalCodegenConfig
-
Option to specify files for which generation should be executed only
- INCLUDE - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- INCLUDE_TEMPLATES - Static variable in class io.quarkiverse.openapi.generator.deployment.template.QuteTemplatingEngineAdapter
- INPUT_BASE_DIR - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- inputBaseDir() - Method in interface io.quarkiverse.openapi.generator.deployment.GlobalCodegenConfig
-
Option to change the directory where OpenAPI files must be found.
- inputDirectory() - Method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorCodeGenBase
-
The input base directory from
- inputDirectory() - Method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorStreamCodeGen
- inputExtension() - Method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorJsonCodeGen
- inputExtension() - Method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorStreamCodeGen
- inputExtension() - Method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorYamlCodeGen
- inputExtension() - Method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorYmlCodeGen
- io.quarkiverse.openapi.generator.deployment - package io.quarkiverse.openapi.generator.deployment
- io.quarkiverse.openapi.generator.deployment.circuitbreaker - package io.quarkiverse.openapi.generator.deployment.circuitbreaker
- io.quarkiverse.openapi.generator.deployment.codegen - package io.quarkiverse.openapi.generator.deployment.codegen
- io.quarkiverse.openapi.generator.deployment.template - package io.quarkiverse.openapi.generator.deployment.template
- io.quarkiverse.openapi.generator.deployment.wrapper - package io.quarkiverse.openapi.generator.deployment.wrapper
- isHibernateValidatorPresent(CodeGenContext) - Static method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorCodeGenBase
- isRestEasyReactive() - Method in record class io.quarkiverse.openapi.generator.deployment.OpenApiGeneratorOptions
-
Returns the value of the
isRestEasyReactiverecord component. - isRestEasyReactive(CodeGenContext) - Method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorCodeGenBase
J
- JSON_PATH - Static variable in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorOutputPaths
M
- MODEL_NAME_PREFIX - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- MODEL_NAME_SUFFIX - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- MODEL_PKG_SUFFIX - Static variable in interface io.quarkiverse.openapi.generator.deployment.CodegenConfig
- modelNamePrefix() - Method in interface io.quarkiverse.openapi.generator.deployment.SpecItemConfig
-
Prefix name for generated model classes
- modelNameSuffix() - Method in interface io.quarkiverse.openapi.generator.deployment.SpecItemConfig
-
Suffix name for generated model classes
- MUTINY - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- MUTINY_OPERATION_IDS - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- MUTINY_RETURN_RESPONSE - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- mutinyMultiOperationIds() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Handles the return type for each operation, depending on the configuration.
- mutinyReturnResponse() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Defines with SmallRye Mutiny enabled if methods should return
jakarta.ws.rs.core.Responseor a model.
N
- normalizer() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Defines the normalizer options.
- NORMALIZER - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
O
- OpenApiClassicClientGeneratorWrapper - Class in io.quarkiverse.openapi.generator.deployment.wrapper
- OpenApiClassicClientGeneratorWrapper(Path, Path, boolean, boolean) - Constructor for class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClassicClientGeneratorWrapper
- OpenApiClientGeneratorWrapper - Class in io.quarkiverse.openapi.generator.deployment.wrapper
-
Wrapper for the OpenAPIGen tool.
- OpenApiConfigValidator - Class in io.quarkiverse.openapi.generator.deployment.codegen
- openApiFilePath() - Method in record class io.quarkiverse.openapi.generator.deployment.OpenApiGeneratorOptions
-
Returns the value of the
openApiFilePathrecord component. - OpenApiGeneratorCodeGenBase - Class in io.quarkiverse.openapi.generator.deployment.codegen
-
Code generation for OpenApi Client.
- OpenApiGeneratorCodeGenBase() - Constructor for class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorCodeGenBase
- OpenApiGeneratorJsonCodeGen - Class in io.quarkiverse.openapi.generator.deployment.codegen
- OpenApiGeneratorJsonCodeGen() - Constructor for class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorJsonCodeGen
- OpenApiGeneratorOptions - Record Class in io.quarkiverse.openapi.generator.deployment
- OpenApiGeneratorOptions(Config, Path, Path, Path, boolean) - Constructor for record class io.quarkiverse.openapi.generator.deployment.OpenApiGeneratorOptions
-
Creates an instance of a
OpenApiGeneratorOptionsrecord class. - OpenApiGeneratorOutputPaths - Class in io.quarkiverse.openapi.generator.deployment.codegen
- OpenApiGeneratorOutputPaths() - Constructor for class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorOutputPaths
- OpenApiGeneratorStreamCodeGen - Class in io.quarkiverse.openapi.generator.deployment.codegen
- OpenApiGeneratorStreamCodeGen() - Constructor for class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorStreamCodeGen
- OpenApiGeneratorYamlCodeGen - Class in io.quarkiverse.openapi.generator.deployment.codegen
- OpenApiGeneratorYamlCodeGen() - Constructor for class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorYamlCodeGen
- OpenApiGeneratorYmlCodeGen - Class in io.quarkiverse.openapi.generator.deployment.codegen
- OpenApiGeneratorYmlCodeGen() - Constructor for class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorYmlCodeGen
- OpenApiNamespaceResolver - Class in io.quarkiverse.openapi.generator.deployment.template
-
Collection of OpenAPI specific methods to use in the templates.
- OpenApiReactiveClientGeneratorWrapper - Class in io.quarkiverse.openapi.generator.deployment.wrapper
- OpenApiReactiveClientGeneratorWrapper(Path, Path, boolean, boolean) - Constructor for class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiReactiveClientGeneratorWrapper
- OpenApiSpecInputProvider - Interface in io.quarkiverse.openapi.generator.deployment.codegen
-
Provider interface for clients to dynamically provide their own OpenAPI specification files.
- outDir() - Method in record class io.quarkiverse.openapi.generator.deployment.OpenApiGeneratorOptions
-
Returns the value of the
outDirrecord component.
P
- parse(Config) - Static method in class io.quarkiverse.openapi.generator.deployment.circuitbreaker.CircuitBreakerConfigurationParser
-
Parses the
Configand returns aMapof class names and their methods that should be configured with circuit breaker. - parse(Config, String) - Static method in class io.quarkiverse.openapi.generator.deployment.codegen.ClassCodegenConfigParser
- parseUri(String) - Method in class io.quarkiverse.openapi.generator.deployment.template.OpenApiNamespaceResolver
- PART_FILENAME_VALUE - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- partFilenameValue() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Defines the filename for a part in case the `PartFilename` annotation (
org.jboss.resteasy.reactive.PartFilenameororg.jboss.resteasy.annotations.providers.multipart.PartFilename) is generated. - postProcess() - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.QuarkusJavaClientCodegen
- preprocessOpenAPI(OpenAPI) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.QuarkusJavaClientCodegen
- processOpts() - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.QuarkusJavaClientCodegen
- providerId() - Method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorJsonCodeGen
- providerId() - Method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorStreamCodeGen
- providerId() - Method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorYamlCodeGen
- providerId() - Method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorYmlCodeGen
Q
- QUARKUS_GENERATOR_NAME - Static variable in class io.quarkiverse.openapi.generator.deployment.wrapper.QuarkusJavaClientCodegen
- QuarkusCodegenConfigurator - Class in io.quarkiverse.openapi.generator.deployment.wrapper
- QuarkusCodegenConfigurator() - Constructor for class io.quarkiverse.openapi.generator.deployment.wrapper.QuarkusCodegenConfigurator
- QuarkusJavaClientCodegen - Class in io.quarkiverse.openapi.generator.deployment.wrapper
- QuarkusJavaClientCodegen() - Constructor for class io.quarkiverse.openapi.generator.deployment.wrapper.QuarkusJavaClientCodegen
- QuteTemplatingEngineAdapter - Class in io.quarkiverse.openapi.generator.deployment.template
- QuteTemplatingEngineAdapter() - Constructor for class io.quarkiverse.openapi.generator.deployment.template.QuteTemplatingEngineAdapter
R
- read(CodeGenContext) - Method in interface io.quarkiverse.openapi.generator.deployment.codegen.OpenApiSpecInputProvider
-
Fetch OpenAPI specification files from a given source.
- REMOVE_OPERATION_ID_PREFIX - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- REMOVE_OPERATION_ID_PREFIX_COUNT - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- REMOVE_OPERATION_ID_PREFIX_DELIMITER - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- removeOperationIdPrefix() - Method in interface io.quarkiverse.openapi.generator.deployment.SpecItemConfig
-
Remove operation id prefix
- removeOperationIdPrefixCount() - Method in interface io.quarkiverse.openapi.generator.deployment.SpecItemConfig
-
Remove operation id prefix
- removeOperationIdPrefixDelimiter() - Method in interface io.quarkiverse.openapi.generator.deployment.SpecItemConfig
-
Remove operation id prefix
- resolve(EvalContext) - Method in class io.quarkiverse.openapi.generator.deployment.template.OpenApiNamespaceResolver
- resolve(EvalContext) - Method in class io.quarkiverse.openapi.generator.deployment.template.StrNamespaceResolver
- resolveApiPackage(String) - Static method in interface io.quarkiverse.openapi.generator.deployment.CodegenConfig
- resolveModelPackage(String) - Static method in interface io.quarkiverse.openapi.generator.deployment.CodegenConfig
- RETURN_RESPONSE - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- returnResponse() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Defines if the methods should return
jakarta.ws.rs.core.Responseor a model.
S
- SCHEMA_MAPPINGS - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- schemaMappings() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Schema Mapping is an OpenAPI Generator configuration specifying which Java types (the values) should be imported when a given schema type (the keys of this map) is used
- SERIALIZABLE_MODEL - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- shouldRun(Path, Config) - Method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorCodeGenBase
- shouldRun(Path, Config) - Method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorStreamCodeGen
- SKIP_FORM_MODEL - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- skipFormModel() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Whether to skip the generation of models for form parameters
- SpecInputModel - Class in io.quarkiverse.openapi.generator.deployment.codegen
- SpecInputModel(String, InputStream) - Constructor for class io.quarkiverse.openapi.generator.deployment.codegen.SpecInputModel
- SpecInputModel(String, InputStream, String) - Constructor for class io.quarkiverse.openapi.generator.deployment.codegen.SpecInputModel
- SpecInputModel(String, InputStream, String, String, String, String) - Constructor for class io.quarkiverse.openapi.generator.deployment.codegen.SpecInputModel
- specItem() - Method in interface io.quarkiverse.openapi.generator.deployment.CodegenConfig
-
OpenAPI Spec details for codegen configuration.
- SpecItemConfig - Interface in io.quarkiverse.openapi.generator.deployment
- STREAM_PATH - Static variable in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorOutputPaths
- StrNamespaceResolver - Class in io.quarkiverse.openapi.generator.deployment.template
-
Namespace resolver to mimic the function of io.quarkus.qute.runtime.extensions.StringTemplateExtensions.
- SUPPORTED_CONFIGURATIONS - Static variable in interface io.quarkiverse.openapi.generator.deployment.CodegenConfig
- supportMutiny() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Enable SmallRye Mutiny support.
- SUPPORTS_ADDITIONAL_PROPERTIES_AS_ATTRIBUTE - Static variable in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
T
- TEMPLATE_BASE_DIR - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- templateBaseDir() - Method in interface io.quarkiverse.openapi.generator.deployment.GlobalCodegenConfig
-
Option to change the directory where template files must be found.
- templateDir() - Method in record class io.quarkiverse.openapi.generator.deployment.OpenApiGeneratorOptions
-
Returns the value of the
templateDirrecord component. - toEnumVarName(String, String) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.QuarkusJavaClientCodegen
- toString() - Method in class io.quarkiverse.openapi.generator.deployment.codegen.SpecInputModel
- toString() - Method in record class io.quarkiverse.openapi.generator.deployment.OpenApiGeneratorOptions
-
Returns a string representation of this record class.
- transformToSafeConfigKey(String) - Static method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- trigger(CodeGenContext) - Method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorCodeGenBase
- trigger(CodeGenContext) - Method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorStreamCodeGen
- TYPE_MAPPINGS - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- typeMappings() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Type Mapping is an OpenAPI Generator configuration specifying which Java types (the values) should be used for a given OAS datatype (the keys of this map)
U
- USE_FIELD_NAME_IN_PART_FILENAME - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- useBeanValidation() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Enable bean validation.
- useFieldNameInPartFilename() - Method in interface io.quarkiverse.openapi.generator.deployment.CommonItemConfig
-
Defines, whether the filename should also include the property name in case the `PartFilename` annotation (
org.jboss.resteasy.reactive.PartFilenameororg.jboss.resteasy.annotations.providers.multipart.PartFilename) is generated.
V
- VALIDATE_SPEC - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- validateInputConfiguration(List<String>) - Static method in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiConfigValidator
- validateSpec() - Method in interface io.quarkiverse.openapi.generator.deployment.GlobalCodegenConfig
-
Whether or not to skip validating the input spec prior to generation.
- valueOf(String) - Static method in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verbose() - Method in interface io.quarkiverse.openapi.generator.deployment.GlobalCodegenConfig
-
Whether to log the internal generator codegen process in the default output or not.
- VERBOSE - Enum constant in enum class io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName
- VERBOSE - Static variable in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
W
- withAdditionalApiTypeAnnotationsConfig(String) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
-
Sets the global 'additionalApiTypeAnnotations' setting.
- withAdditionalEnumTypeUnexpectedMemberConfig(Boolean) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withAdditionalEnumTypeUnexpectedMemberNameConfig(String) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withAdditionalEnumTypeUnexpectedMemberStringValueConfig(String) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withAdditionalModelTypeAnnotationsConfig(String) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
-
Sets the global 'additionalModelTypeAnnotations' setting.
- withAdditionalPropertiesAsAttribute(Boolean) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withAdditionalRequestArgs(String) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withApiNameSuffix(String) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withCircuitBreakerConfig(Map<String, List<String>>) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
-
Adds the circuit breaker configuration to the generator.
- withClassesCodeGenConfig(Map<String, Object>) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withConfigKey(String) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withEnabledSecurityGeneration(Boolean) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withEqualsHashcode(Boolean) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withGenerateApis(Boolean) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withGenerateModels(Boolean) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withGeneratePartFilenameConfig(Boolean) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withImportMappings(Map<String, String>) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withModelNamePrefix(String) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withModelNameSuffix(String) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withMutiny(Boolean) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withMutinyReturnResponse(Boolean) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withMutinyReturnTypes(Map<String, String>) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withOpenApiNormalizer(Map<String, String>) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withPartFilenameValueConfig(String) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withRemoveOperationIdPrefix(Boolean) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withRemoveOperationIdPrefixCount(Integer) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withRemoveOperationIdPrefixDelimiter(String) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withReturnResponse(Boolean) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withSchemaMappings(Map<String, String>) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withSerialiableModel(Boolean) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withSkipFormModelConfig(String) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
-
Sets the global 'skipFormModel' setting.
- withTemplateDir(Path) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withTypeMappings(Map<String, String>) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withUseBeanValidation(Boolean) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
- withUseFieldNameInPartFilenameConfig(Boolean) - Method in class io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
Y
- YAML_PATH - Static variable in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorOutputPaths
- YML_PATH - Static variable in class io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorOutputPaths
All Classes and Interfaces|All Packages|Constant Field Values