Feature
s allow clients to intercept the native image
generation and run custom initialization code at various stages.
RuntimeClassInitialization
is used to configure when
classes are initialized.
RuntimeReflection
to register classes, methods, and
fields for reflection at run time.
See: Description
Class | Description |
---|---|
RuntimeClassInitialization |
This class provides methods that can be called during native-image building to configure class
initialization behavior.
|
RuntimeJNIAccess |
This class provides methods that can be called during native image generation to register
classes, methods, and fields for JNI access at run time.
|
RuntimeProxyCreation |
This class can be used to make creating dynamic proxy classes at run time valid.
|
RuntimeReflection |
This class provides methods that can be called during native image generation to register
classes, methods, and fields for reflection at run time.
|
RuntimeResourceAccess |
This class can be used to register Java resources and ResourceBundles that should be accessible
at run time.
|
RuntimeSerialization |
This class provides methods that can be called before and during analysis, to register classes
for serialization at image runtime.
|
RuntimeSystemProperties |
This class provides methods that can be called during native image generation to define system
property setting for image runtime.
|
Feature
s allow clients to intercept the native image
generation and run custom initialization code at various stages.RuntimeClassInitialization
is used to configure when
classes are initialized.RuntimeReflection
to register classes, methods, and
fields for reflection at run time.