Uses of Class
org.springframework.aot.hint.predicate.ReflectionHintsPredicates.MethodHintPredicate
-
Uses of ReflectionHintsPredicates.MethodHintPredicate in org.springframework.aot.hint.predicate
Modifier 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)
.