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
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.aot.hint.predicate that return ReflectionHintsPredicates.ExecutableHintPredicateModifier and TypeMethodDescriptionReflectionHintsPredicates.ExecutableHintPredicate.introspect()
Deprecated, for removal: This API element is subject to removal in a future version.Refine the current predicate to match for reflection introspection on the current type.ReflectionHintsPredicates.ExecutableHintPredicate.invoke()
Deprecated, for removal: This API element is subject to removal in a future version.Refine the current predicate to match for reflection invocation on the current type.