Uses of Class
org.springframework.aot.hint.predicate.ReflectionHintsPredicates.MethodHintPredicate
Packages that use ReflectionHintsPredicates.MethodHintPredicate
- 
Uses of ReflectionHintsPredicates.MethodHintPredicate in org.springframework.aot.hint.predicateMethods in org.springframework.aot.hint.predicate that return ReflectionHintsPredicates.MethodHintPredicateModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofReflectionHintsPredicates.onMethodInvocation(Method)orReflectionHintsPredicates.onType(Class).Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofReflectionHintsPredicates.onMethodInvocation(String, String)orReflectionHintsPredicates.onType(Class).
ReflectionHintsPredicates.onMethodInvocation(Class, String)orReflectionHintsPredicates.onType(Class).