Class ReflectionHintsPredicates.ExecutableHintPredicate<T extends Executable>
java.lang.Object
org.springframework.aot.hint.predicate.ReflectionHintsPredicates.ExecutableHintPredicate<T>
- All Implemented Interfaces:
- Predicate<RuntimeHints>
- Direct Known Subclasses:
- ReflectionHintsPredicates.ConstructorHintPredicate, ReflectionHintsPredicates.MethodHintPredicate
- Enclosing class:
- ReflectionHintsPredicates
@Deprecated(since="7.0",
            forRemoval=true)
public abstract static class ReflectionHintsPredicates.ExecutableHintPredicate<T extends Executable>
extends Object
implements Predicate<RuntimeHints>
Deprecated, for removal: This API element is subject to removal in a future version.
- Since:
- 6.0
- Author:
- Brian Clozel, Stephane Nicoll
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final TDeprecated, for removal: This API element is subject to removal in a future version.protected ExecutableModeDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated, 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.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.
- 
Field Details- 
executableDeprecated, for removal: This API element is subject to removal in a future version.
- 
executableModeDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
introspectDeprecated, 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.- Returns:
- the refined RuntimeHintspredicate
 
- 
invokeDeprecated, 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.- Returns:
- the refined RuntimeHintspredicate
 
 
-