| Class | Description |
|---|---|
| JniRuntimeAccessBuildItem |
Used to register a class for JNI runtime access.
|
| NativeImageConfigBuildItem | |
| NativeImageConfigBuildItem.Builder | |
| NativeImageProxyDefinitionBuildItem |
A build item that represents a
Proxy definition
that will be required in native mode. |
| NativeImageResourceBuildItem |
A build item that indicates that a static resource should be included in the native image
|
| NativeImageResourceBundleBuildItem |
Indicates that a resource bundle should be included in the native image
|
| NativeImageResourceDirectoryBuildItem |
A build item that indicates that directory resources should be included in the native image
|
| NativeImageSystemPropertyBuildItem |
A system property that will be set at native image build time
|
| ReflectiveClassBuildItem |
Used to register a class for reflection in native mode
|
| ReflectiveClassBuildItem.Builder | |
| ReflectiveClassFinalFieldsWritablePredicateBuildItem |
Used by
io.quarkus.deployment.steps.ReflectiveHierarchyStep to determine whether or
not the final fields of the class should be writable (which they aren't by default)
If any one of the predicates returns true for a class, then ReflectiveHierarchyStep uses that true value |
| ReflectiveFieldBuildItem | |
| ReflectiveHierarchyBuildItem |
Attempts to register a complete type hierarchy for reflection.
|
| ReflectiveHierarchyIgnoreWarningBuildItem |
Used by
ReflectiveHierarchyStep to ignore reflection warning deliberately |
| ReflectiveMethodBuildItem | |
| RuntimeInitializedClassBuildItem | |
| RuntimeReinitializedClassBuildItem |
A class that will be reinitialized at runtime in native mode.
|
| ServiceProviderBuildItem |
Represents a Service Provider registration.
|
| UnsafeAccessedFieldBuildItem |
Copyright © 2020 JBoss by Red Hat. All rights reserved.