类的使用
cn.taketoday.aot.hint.TypeHint
使用TypeHint的程序包
程序包
说明
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中TypeHint的使用
修饰符和类型方法说明(专用程序包) TypeHintTypeHint.Builder.build()Create aTypeHintbased on the state of this builder.ReflectionHints.getTypeHint(TypeReference type) Return the reflection hints for the type defined by the specifiedTypeReference.ReflectionHints.getTypeHint(Class<?> type) Return the reflection hints for the specified type.返回变量类型为TypeHint的类型的cn.taketoday.aot.hint中的方法 -
cn.taketoday.aot.hint.predicate中TypeHint的使用
修饰符和类型方法说明private TypeHintReflectionHintsPredicates.TypeHintPredicate.getTypeHint(RuntimeHints hints) 参数类型为TypeHint的cn.taketoday.aot.hint.predicate中的方法修饰符和类型方法说明private booleanReflectionHintsPredicates.FieldHintPredicate.exactMatch(TypeHint typeHint) private booleanReflectionHintsPredicates.FieldHintPredicate.memberCategoryMatch(TypeHint typeHint) -
cn.taketoday.aot.nativex中TypeHint的使用
参数类型为TypeHint的cn.taketoday.aot.nativex中的方法修饰符和类型方法说明private static voidReflectionHintsWriter.handleCondition(Map<String, Object> attributes, TypeHint hint) ReflectionHintsWriter.toAttributes(TypeHint hint)