|
PathsCollection path
-
No Javadoc found
|
|
String file
-
No Javadoc found
|
|
String providerClassName
-
No Javadoc found
|
|
Map resources
-
No Javadoc found
|
|
Set classesToIndex
-
No Javadoc found
|
|
String providerClassName
-
No Javadoc found
|
|
AnnotationProxyProvider provider
-
No Javadoc found
|
|
String containerImage
-
No Javadoc found
|
|
Path appCDSDir
-
Directory where various files needed for AppCDS generation will reside
|
|
Path appCDS
-
The file containing the generated AppCDS
|
|
AppModel appModel
-
No Javadoc found
|
|
ApplicationArchive root
-
No Javadoc found
Collection applicationArchives
-
No Javadoc found
Set allArchives
-
No Javadoc found
|
|
String className
-
No Javadoc found
|
|
Predicate predicate
-
No Javadoc found
|
|
Index index
-
No Javadoc found
|
|
String name
-
No Javadoc found
String version
-
No Javadoc found
|
|
|
|
Path archiveRoot
-
No Javadoc found
Collection excludedFromIndexing
-
No Javadoc found
PathsCollection rootDirs
-
No Javadoc found
PathsCollection paths
-
No Javadoc found
|
|
Path path
-
No Javadoc found
String type
-
No Javadoc found
Map metadata
-
No Javadoc found
|
|
BuildTimeConfigurationReader.ReadResult readResult
-
No Javadoc found
LaunchMode launchMode
-
No Javadoc found
DevModeType devModeType
-
No Javadoc found
ClassValue suppliers
-
No Javadoc found
|
|
|
|
Consumer browserOpener
-
No Javadoc found
|
|
Path outputDirectory
-
No Javadoc found
String baseName
-
No Javadoc found
boolean rebuild
-
No Javadoc found
Properties buildSystemProps
-
No Javadoc found
|
|
ObjectLoader objectLoader
-
No Javadoc found
|
|
boolean eager
-
If this is true it means the class should be loaded eagerly by a thread pool in dev mode on multi threaded systems. Transformation is expensive, so doing it this way can speed up boot time.
String classToTransform
-
No Javadoc found
BiFunction visitorFunction
-
No Javadoc found
BiFunction inputTransformer
-
Function that can be applied to the inout bytes before it is passed into ASM. This should only be used in very specific circumstances. At the moment the only known valid use case is jacoco, which needs access to the unmodified class file bytes.
Set requireConstPoolEntry
-
A set of class names that need to be present in the const pool for the transformation to happen. These need to be in JVM internal format. The transformation is only applied if at least one of the entries in the const pool is present Note that this is an optimisation, and if another transformer is transforming the class anyway then this transformer will always be applied.
boolean cacheable
-
No Javadoc found
|
io.quarkus.deployment.builditem.CapabilityBuildItem
-
Represents a technical capability that can be queried by other extensions. Build steps can inject - a convenient build item that holds the set of registered capabilities. An extension may provide multiple capabilities. But only a single provider of a given capability is allowed in an application. If multiple providers of the same capability are detected during the build of an application, the build will fail with the corresponding error message. By default, capabilities are not displayed to users. Capabilities should follow the naming conventions of Java packages; e.g. . Capabilities provided by core extensions should be listed in the interface and their name should always start with the prefix.
|
String name
-
No Javadoc found
String provider
-
No Javadoc found
|
io.quarkus.deployment.builditem.ChangedClassesBuildItem
-
Represents the differences between classes in a dev mode restart. This can be used to avoid repeating work on restart, e.g. re-using old proxy definitions if nothing has changed for a given class. This will not always be present, it must be injected as an optional dependency. This will never be generated if the previous restart was a failure to avoid issues with inconsistent application state.
|
Map changedClassesNewVersion
-
No Javadoc found
Map changedClassesOldVersion
-
No Javadoc found
Map deletedClasses
-
No Javadoc found
Map addedClasses
-
No Javadoc found
|
io.quarkus.deployment.builditem.CombinedIndexBuildItem
-
An index of application classes which is built from archives and dependencies that contain a certain marker file. These files include but are not limited to - beans.xml, jandex.idx and config properties. Additional marker files can be declared via . Alternatively, you can index a dependency through . Compared to , this index doesn't contain all CDI-related information. On the other hand, it can contain classes from archives/dependencies that had no CDI component declared within them. The computing index can also be used to index classes on demand. This when is called. Note that this is a mutable index as this will add additional information, so in general this Index should only be used if you actually need it.
|
IndexView index
-
No Javadoc found
IndexView computingIndex
-
No Javadoc found
|
|
String propertyName
-
No Javadoc found
Class type
-
No Javadoc found
String defaultValue
-
No Javadoc found
String docs
-
No Javadoc found
|
|
BuildTimeConfigurationReader.ReadResult readResult
-
No Javadoc found
|
|
Class valueType
-
No Javadoc found
|
|
RuntimeValue bannerSupplier
-
No Javadoc found
|
|
ContextHandler contextHandler
-
No Javadoc found
|
|
AppModel effectiveModel
-
No Javadoc found
|
|
String name
-
No Javadoc found
Map labels
-
No Javadoc found
|
|
String key
-
No Javadoc found
String value
-
No Javadoc found
|
|
Predicate predicate
-
No Javadoc found
|
|
Predicate predicate
-
No Javadoc found
|
|
|
|
|
|
String groupId
-
No Javadoc found
String artifactId
-
No Javadoc found
Optional classifier
-
No Javadoc found
|
|
ExecutorService executor
-
No Javadoc found
|
|
String extension
-
No Javadoc found
|
io.quarkus.deployment.builditem.FeatureBuildItem
-
Represents a functionality provided by an extension. The name of the feature gets displayed in the log during application bootstrap. An extension should provide at most one feature. The name must be unique. If multiple extensions register a feature of the same name the build fails. The name of the feature should only contain lowercase characters, words are separated by dash ; e.g. . Features provided by core extensions should be listed in the enum.
|
String name
-
No Javadoc found
|
|
String className
-
No Javadoc found
|
|
boolean applicationClass
-
No Javadoc found
String name
-
No Javadoc found
byte[] classData
-
No Javadoc found
String source
-
No Javadoc found
|
|
String name
-
No Javadoc found
byte[] classData
-
No Javadoc found
|
|
|
|
String name
-
No Javadoc found
byte[] classData
-
No Javadoc found
|
|
String name
-
No Javadoc found
byte[] classData
-
No Javadoc found
|
|
String location
-
No Javadoc found
boolean restartNeeded
-
No Javadoc found
|
|
IOThreadDetector detector
-
No Javadoc found
|
|
String groupId
-
No Javadoc found
String artifactId
-
No Javadoc found
String classifier
-
No Javadoc found
|
|
|
|
Path path
-
No Javadoc found
Path originalArtifact
-
No Javadoc found
Path libraryDir
-
No Javadoc found
String type
-
No Javadoc found
String classifier
-
No Javadoc found
|
|
String path
-
No Javadoc found
|
|
List libraryPaths
-
No Javadoc found
|
|
List className
-
No Javadoc found
boolean constructors
-
No Javadoc found
boolean methods
-
No Javadoc found
boolean fields
-
No Javadoc found
boolean finalFieldsWriteable
-
No Javadoc found
|
|
LaunchMode launchMode
-
No Javadoc found
Optional devModeType
-
No Javadoc found
boolean auxiliaryApplication
-
No Javadoc found
Optional auxiliaryDevModeType
-
No Javadoc found
|
|
|
|
boolean liveReload
-
No Javadoc found
Set changedResources
-
No Javadoc found
Map reloadContext
-
No Javadoc found
ClassChangeInformation changeInformation
-
No Javadoc found
|
|
String category
-
No Javadoc found
Level level
-
No Javadoc found
|
|
LogCleanupFilterElement filterElement
-
No Javadoc found
|
io.quarkus.deployment.builditem.LogConsoleFormatBuildItem
-
The log console format build item. Producing this item will cause the logging subsystem to disregard its console logging formatting configuration and use the formatter provided instead. If multiple formatters are enabled at run time, a warning message is printed and only one is used.
|
RuntimeValue formatterValue
-
No Javadoc found
|
|
RuntimeValue handlerValue
-
No Javadoc found
|
|
|
|
BytecodeRecorderImpl bytecodeRecorder
-
No Javadoc found
String generatedStartupContextClassName
-
No Javadoc found
|
|
String className
-
No Javadoc found
|
|
String path
-
No Javadoc found
MetricsCapability metricsCapability
-
No Javadoc found
|
|
Consumer factoryConsumer
-
No Javadoc found
ExecutionTime executionTime
-
No Javadoc found
|
|
RuntimeValue namedHandlersMap
-
No Javadoc found
|
|
Path path
-
No Javadoc found
GraalVMVersion graalVMVersion
-
No Javadoc found
|
|
Set runtimeInitializedClasses
-
No Javadoc found
Set runtimeReinitializedClasses
-
No Javadoc found
Set resourceBundles
-
No Javadoc found
Set proxyDefinitions
-
No Javadoc found
Map nativeImageSystemProperties
-
No Javadoc found
|
|
|
|
List classes
-
No Javadoc found
|
|
List resources
-
No Javadoc found
|
|
String bundleName
-
No Javadoc found
|
|
String path
-
No Javadoc found
|
io.quarkus.deployment.builditem.nativeimage.NativeImageResourcePatternsBuildItem
-
A build item that indicates that a set of resource paths defined by regular expression patterns or globs should be included in the native image. Globs passed to the methods of the are transformed to regular expressions internally. See for the supported glob syntax. The patterns are passed to the native image builder using the API. The same mechanism (and regular expression syntax) is used by 's , and (since GraalVM 20.3.0) command line options. Related build items: - Use if you need to add a single resource
- Use if you need to add a directory of resources
|
List excludePatterns
-
No Javadoc found
List includePatterns
-
No Javadoc found
|
|
Path path
-
No Javadoc found
Path libraryDir
-
No Javadoc found
|
|
String key
-
No Javadoc found
String value
-
No Javadoc found
|
|
Holder holder
-
No Javadoc found
|
|
Path outputDirectory
-
No Javadoc found
String baseName
-
No Javadoc found
boolean rebuild
-
No Javadoc found
Properties buildSystemProperties
-
No Javadoc found
Optional includedOptionalDependencies
-
No Javadoc found
|
|
String type
-
No Javadoc found
|
|
Function unwrapper
-
No Javadoc found
|
|
String className
-
No Javadoc found
|
|
List closeables
-
No Javadoc found
|
|
|
|
List className
-
No Javadoc found
boolean methods
-
No Javadoc found
boolean fields
-
No Javadoc found
boolean constructors
-
No Javadoc found
boolean finalFieldsWritable
-
No Javadoc found
boolean weak
-
No Javadoc found
|
|
Predicate predicate
-
No Javadoc found
|
|
String declaringClass
-
No Javadoc found
String name
-
No Javadoc found
|
io.quarkus.deployment.builditem.nativeimage.ReflectiveHierarchyBuildItem
-
Attempts to register a complete type hierarchy for reflection. This is intended to be used to register types that are going to be serialized, e.g. by Jackson or some other JSON mapper. This will do 'smart discovery' and in addition to registering the type itself it will also attempt to register the following: - Superclasses - Component types of collections - Types used in bean properties if (if method reflection is enabled) - Field types (if field reflection is enabled) This discovery is applied recursively, so any additional types that are registered will also have their dependencies discovered
|
Type type
-
No Javadoc found
IndexView index
-
No Javadoc found
Predicate ignoreTypePredicate
-
No Javadoc found
Predicate ignoreFieldPredicate
-
No Javadoc found
Predicate ignoreMethodPredicate
-
No Javadoc found
String source
-
No Javadoc found
|
|
Predicate predicate
-
No Javadoc found
|
|
String declaringClass
-
No Javadoc found
String name
-
No Javadoc found
String[] params
-
No Javadoc found
|
|
String key
-
No Javadoc found
String value
-
No Javadoc found
|
|
Map objects
-
No Javadoc found
|
|
String className
-
No Javadoc found
OptionalInt priority
-
No Javadoc found
|
io.quarkus.deployment.builditem.RunTimeConfigurationSourceValueBuildItem
-
This is a special build item that is intended to be used only to support bootstrap configuration in the following manner: A build step produces this BuildItem with a a payload that is obtained by calling a ( ) recorder. The build step can optionally use a configuration object that uses the config phase and pass this configuration to the recorder to allow the recorder at runtime to customize its behavior
|
RuntimeValue configSourcesValue
-
No Javadoc found
|
|
|
|
String className
-
No Javadoc found
|
io.quarkus.deployment.builditem.nativeimage.RuntimeInitializedPackageBuildItem
-
A package that will be initialized at runtime in native mode. WARNING: this build item should not be used in Quarkus itself and is only provided to simplify the early stages of external extensions development. For Quarkus development, please take the time to surgically mark individual classes as runtime initialized.
|
String packageName
-
No Javadoc found
|
|
String className
-
No Javadoc found
|
|
String serviceInterface
-
No Javadoc found
List providers
-
No Javadoc found
|
|
String name
-
No Javadoc found
|
|
|
|
ShutdownListener shutdownListener
-
No Javadoc found
|
|
Optional enableSslNativeConfig
-
No Javadoc found
|
|
BytecodeRecorderImpl bytecodeRecorder
-
No Javadoc found
|
io.quarkus.deployment.builditem.SuppressNonRuntimeConfigChangedWarningBuildItem
-
Allows extensions to suppress the runtime warning that Quarkus emits on startup when a non-runtime configuration options is different at runtime than build time. An example usage of this is when a user provides some test value in for a build-time only property and only provides the actual value on the command line when building Quarkus. In such a case we don't want the value set at build time to be revealed at runtime as it could be sensitive.
|
String configKey
-
No Javadoc found
|
|
String key
-
No Javadoc found
String value
-
No Javadoc found
|
|
String annotationClassName
-
No Javadoc found
|
|
String testClassName
-
No Javadoc found
|
|
Predicate predicate
-
No Javadoc found
|
|
TestListener listener
-
No Javadoc found
|
|
|
|
ThreadFactory threadFactory
-
No Javadoc found
|
|
Map transformedClassesByJar
-
No Javadoc found
Map transformedFilesByJar
-
No Javadoc found
|
|
String path
-
No Javadoc found
|
|
String path
-
No Javadoc found
|
|
|
|
String declaringClass
-
No Javadoc found
String fieldName
-
No Javadoc found
|
|
String name
-
No Javadoc found
byte[] data
-
No Javadoc found
|