类的使用
cn.taketoday.aot.hint.ExecutableHint
使用ExecutableHint的程序包
程序包
说明
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
Predicate support for runtime hints.
Support for generating GraalVM native configuration from runtime hints.
-
cn.taketoday.aot.hint中ExecutableHint的使用
类型参数类型为ExecutableHint的cn.taketoday.aot.hint中的字段修饰符和类型字段说明private final Set<ExecutableHint>TypeHint.constructorsprivate final Set<ExecutableHint>TypeHint.methods修饰符和类型方法说明(专用程序包) ExecutableHintExecutableHint.Builder.build()Create anExecutableHintbased on the state of this builder.返回变量类型为ExecutableHint的类型的cn.taketoday.aot.hint中的方法修饰符和类型方法说明TypeHint.constructors()Return the constructors that require reflection.TypeHint.methods()Return the methods that require reflection.参数类型为ExecutableHint的cn.taketoday.aot.hint中的方法 -
cn.taketoday.aot.hint.predicate中ExecutableHint的使用
修饰符和类型方法说明(专用程序包) static booleanReflectionHintsPredicates.ExecutableHintPredicate.includes(ExecutableHint hint, String name, List<TypeReference> parameterTypes, ExecutableMode executableModes) Indicate whether the specifiedExecutableHintcovers the reflection needs of the specified executable definition. -
cn.taketoday.aot.nativex中ExecutableHint的使用
参数类型为ExecutableHint的cn.taketoday.aot.nativex中的方法类型变量类型为ExecutableHint的cn.taketoday.aot.nativex中的方法参数修饰符和类型方法说明private static voidReflectionHintsWriter.handleExecutables(Map<String, Object> attributes, List<ExecutableHint> hints)