| Interface | Description |
|---|---|
| ApplicationArchive |
Represents an archive that is part of application code.
|
| ClassOutput |
Interface that represents a target for generated bytecode
|
| Class | Description |
|---|---|
| AccessorFinder | |
| ApplicationArchiveImpl | |
| BuildProducerImpl<T extends BuildItem> |
Producer class used by the source generated from the annotation processor
|
| Capabilities |
The list of capabilities.
|
| CollectionClassProcessor | |
| CollectionClassProcessor$$accessor | |
| ConstructorPropertiesProcessor |
Registers all classes for reflection,
that contain a constructor annotated with
@java.beans.ConstructorProperties. |
| ConstructorPropertiesProcessor$$accessor | |
| DebugConfig |
This is used currently only to suppress warnings about unknown properties
when the user supplies something like: -Dquarkus.debug.reflection=true
TODO refactor code to actually use these values
|
| DebugConfig$$accessor | |
| ExtensionLoader |
Utility class to load build steps, runtime recorders, and configuration roots from a given extension class.
|
| GeneratedClassGizmoAdaptor | |
| IsDevelopment |
boolean supplier that returns true if the application is running in development
mode.
|
| IsNormal |
boolean supplier that returns true if the application is running in normal
mode.
|
| IsTest |
boolean supplier that returns true if the application is running in test
mode.
|
| JniProcessor | |
| JniProcessor.JniConfig | |
| JniProcessor$$accessor | |
| JniProcessor$JniConfig$$accessor | |
| LiveReloadConfig |
This is used currently only to suppress warnings about unknown properties
when the user supplies something like: -Dquarkus.live-reload.password=secret
TODO refactor code to actually use these values
|
| LiveReloadConfig$$accessor | |
| PlatformConfig |
This is used currently only to suppress warnings about unknown properties
when the user supplies something like: -Dquarkus.platform.group-id=someGroup
TODO refactor code to actually use these values
|
| PlatformConfig$$accessor | |
| QuarkusAugmentor | |
| QuarkusAugmentor.Builder | |
| QuarkusClassWriter |
ClassWriter which tries to get around ClassNotFoundExceptions related to reflection usage in
getCommonSuperClass.
|
| QuarkusConfig | Deprecated
Do not use this class anymore, instead try
ConfigProvider.getConfig.getValue() instead. |
| SslProcessor | |
| SslProcessor.SslConfig | |
| SslProcessor$$accessor | |
| SslProcessor$SslConfig$$accessor | |
| TestConfig |
This is used currently only to suppress warnings about unknown properties
when the user supplies something like: -Dquarkus.test.native-image-profile=someProfile
TODO refactor code to actually use these values
|
| TestConfig$$accessor |
Copyright © 2020 JBoss by Red Hat. All rights reserved.