Features 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.
|
| RuntimeReflection |
This class provides methods that can be called during native image generation to register
classes, methods, and fields for reflection at run time.
|
| RuntimeSerialization |
This class provides methods that can be called before and during analysis, to register classes
for serialization at image runtime.
|
Features 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.