Uses of Class
org.springframework.aot.hint.predicate.ReflectionHintsPredicates.ExecutableHintPredicate
Packages that use ReflectionHintsPredicates.ExecutableHintPredicate
-
Uses of ReflectionHintsPredicates.ExecutableHintPredicate in org.springframework.aot.hint.predicate
Subclasses of ReflectionHintsPredicates.ExecutableHintPredicate in org.springframework.aot.hint.predicateModifier and TypeClassDescriptionstatic class
static class
Methods in org.springframework.aot.hint.predicate that return ReflectionHintsPredicates.ExecutableHintPredicateModifier and TypeMethodDescriptionReflectionHintsPredicates.ExecutableHintPredicate.introspect()
Refine the current predicate to match for reflection introspection on the current type.ReflectionHintsPredicates.ExecutableHintPredicate.invoke()
Refine the current predicate to match for reflection invocation on the current type.