类 ReflectionHintsPredicates.MethodHintPredicate
java.lang.Object
cn.taketoday.aot.hint.predicate.ReflectionHintsPredicates.ExecutableHintPredicate<Method>
cn.taketoday.aot.hint.predicate.ReflectionHintsPredicates.MethodHintPredicate
- 所有已实现的接口:
Predicate<RuntimeHints>
public static class ReflectionHintsPredicates.MethodHintPredicate
extends ReflectionHintsPredicates.ExecutableHintPredicate<Method>
-
字段概要
从类继承的字段 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
-
构造器详细资料
-
MethodHintPredicate
MethodHintPredicate(Method method)
-
-
方法详细资料
-
test
- 指定者:
test在接口中Predicate<RuntimeHints>- 覆盖:
test在类中ReflectionHintsPredicates.ExecutableHintPredicate<Method>
-
getPublicMemberCategories
MemberCategory[] getPublicMemberCategories() -
getDeclaredMemberCategories
MemberCategory[] getDeclaredMemberCategories() -
exactMatch
Predicate<RuntimeHints> exactMatch()
-