Class ReflectionHintsPredicates.MethodHintPredicate
java.lang.Object
org.springframework.aot.hint.predicate.ReflectionHintsPredicates.ExecutableHintPredicate<Method>
org.springframework.aot.hint.predicate.ReflectionHintsPredicates.MethodHintPredicate
- All Implemented Interfaces:
- Predicate<RuntimeHints>
- Enclosing class:
- ReflectionHintsPredicates
@Deprecated(since="7.0",
            forRemoval=true)
public static class ReflectionHintsPredicates.MethodHintPredicate
extends ReflectionHintsPredicates.ExecutableHintPredicate<Method>
Deprecated, for removal: This API element is subject to removal in a future version.
- Since:
- 6.0
- Author:
- Brian Clozel, Stephane Nicoll
- 
Field SummaryFields inherited from class org.springframework.aot.hint.predicate.ReflectionHintsPredicates.ExecutableHintPredicateexecutable, executableMode
- 
Method SummaryModifier and TypeMethodDescriptionbooleantest(RuntimeHints runtimeHints) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.springframework.aot.hint.predicate.ReflectionHintsPredicates.ExecutableHintPredicateintrospect, invoke
- 
Method Details- 
testDeprecated, for removal: This API element is subject to removal in a future version.
 
-