程序包 cn.taketoday.aot.nativex
@NonNullApi
@NonNullFields
package cn.taketoday.aot.nativex
Support for generating GraalVM native configuration from runtime hints.
-
类类说明Very basic json writer for the purposes of translating runtime hints to native configuration.A
NativeConfigurationWriterimplementation that writes the configuration to disk.WriteRuntimeHintsas GraalVM native configuration.WriteJdkProxyHints contained in aProxyHintsto the JSON output expected by the GraalVMnative-imagecompiler, typically namedproxy-config.json.WriteReflectionHintsto the JSON output expected by the GraalVMnative-imagecompiler, typically namedreflect-config.jsonorjni-config.json.Write aResourceHintsto the JSON output expected by the GraalVMnative-imagecompiler, typically namedresource-config.json.Write aSerializationHintsto the JSON output expected by the GraalVMnative-imagecompiler, typically namedserialization-config.json.