类 ReflectionHintsPredicates.ConstructorHintPredicate
java.lang.Object
cn.taketoday.aot.hint.predicate.ReflectionHintsPredicates.ExecutableHintPredicate<Constructor<?>>
cn.taketoday.aot.hint.predicate.ReflectionHintsPredicates.ConstructorHintPredicate
- 所有已实现的接口:
Predicate<RuntimeHints>
public static class ReflectionHintsPredicates.ConstructorHintPredicate
extends ReflectionHintsPredicates.ExecutableHintPredicate<Constructor<?>>
-
字段概要
从类继承的字段 cn.taketoday.aot.hint.predicate.ReflectionHintsPredicates.ExecutableHintPredicate
executable, executableMode -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) Predicate<RuntimeHints>(专用程序包) MemberCategory[](专用程序包) MemberCategory[]booleantest(RuntimeHints runtimeHints) 从类继承的方法 cn.taketoday.aot.hint.predicate.ReflectionHintsPredicates.ExecutableHintPredicate
includes, introspect, invoke
-
构造器详细资料
-
ConstructorHintPredicate
ConstructorHintPredicate(Constructor<?> constructor)
-
-
方法详细资料
-
test
- 指定者:
test在接口中Predicate<RuntimeHints>- 覆盖:
test在类中ReflectionHintsPredicates.ExecutableHintPredicate<Constructor<?>>
-
getPublicMemberCategories
MemberCategory[] getPublicMemberCategories() -
getDeclaredMemberCategories
MemberCategory[] getDeclaredMemberCategories() -
exactMatch
Predicate<RuntimeHints> exactMatch()
-