类 NativeConfigurationWriter
java.lang.Object
cn.taketoday.aot.nativex.NativeConfigurationWriter
- 直接已知子类:
FileNativeConfigurationWriter
Write
RuntimeHints as GraalVM native configuration.- 从以下版本开始:
- 4.0
- 作者:
- Sebastien Deleuze, Stephane Nicoll, Janne Valkealahti, Harry Yang
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidwrite(RuntimeHints hints) Write the GraalVM native configuration from the provided hints.private voidwriteJniHints(ReflectionHints hints) private voidwriteProxyHints(ProxyHints hints) private voidprivate voidwriteResourceHints(ResourceHints hints) private voidprotected abstract voidwriteTo(String fileName, Consumer<BasicJsonWriter> writer) Write the specified GraalVM native configuration file, using the providedBasicJsonWriter.
-
构造器详细资料
-
NativeConfigurationWriter
public NativeConfigurationWriter()
-
-
方法详细资料
-
write
Write the GraalVM native configuration from the provided hints.- 参数:
hints- the hints to handle
-
writeTo
Write the specified GraalVM native configuration file, using the providedBasicJsonWriter.- 参数:
fileName- the name of the filewriter- a consumer for the writer to use
-
writeSerializationHints
-
writeProxyHints
-
writeReflectionHints
-
writeResourceHints
-
writeJniHints
-