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
|
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.
|
NativeImageResourcePatternsBuildItem.Builder | |
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.
|
ReflectiveHierarchyBuildItem.Builder | |
ReflectiveHierarchyBuildItem.DefaultIgnoreFieldPredicate | |
ReflectiveHierarchyBuildItem.DefaultIgnoreMethodPredicate | |
ReflectiveHierarchyBuildItem.DefaultIgnoreTypePredicate | |
ReflectiveHierarchyBuildItem.IgnoreWhiteListedPredicate | |
ReflectiveHierarchyIgnoreWarningBuildItem |
Used by
ReflectiveHierarchyStep to ignore reflection warning deliberately |
ReflectiveHierarchyIgnoreWarningBuildItem.DotNameExclusion | |
ReflectiveMethodBuildItem | |
RuntimeInitializedClassBuildItem |
A class that will be initialized at runtime in native mode.
|
RuntimeInitializedPackageBuildItem |
A package that will be initialized at runtime in native mode.
|
RuntimeReinitializedClassBuildItem |
A class that will be reinitialized at runtime in native mode.
|
ServiceProviderBuildItem |
Represents a Service Provider registration.
|
UnsafeAccessedFieldBuildItem |
Copyright © 2021 JBoss by Red Hat. All rights reserved.