接口的使用
cn.taketoday.aot.hint.ConditionalHint
使用ConditionalHint的程序包
程序包
说明
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
Support for generating GraalVM native configuration from runtime hints.
-
cn.taketoday.aot.hint中ConditionalHint的使用
修饰符和类型类说明classA hint that describes the need for Java serialization at runtime.final classA hint that describes the need for a JDK interface-basedProxy.final classA hint that describes the need to access aResourceBundle.final classA hint that describes resources that should be made available at runtime.final classA hint that describes the need for reflection on a type. -
cn.taketoday.aot.nativex中ConditionalHint的使用
参数类型为ConditionalHint的cn.taketoday.aot.nativex中的方法修饰符和类型方法说明private static voidResourceHintsWriter.handleCondition(Map<String, Object> attributes, ConditionalHint hint) private static voidSerializationHintsWriter.handleCondition(Map<String, Object> attributes, ConditionalHint hint)