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
public abstract static class ReflectionHintsPredicates.ExecutableHintPredicate<T extends Executable>
extends Object
implements Predicate<RuntimeHints>
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionRefine the current predicate to match for reflection introspection on the current type.invoke()Refine the current predicate to match for reflection invocation on the current type.
- 
Field Details- 
executable
- 
executableMode
 
- 
- 
Method Details- 
introspectRefine the current predicate to match for reflection introspection on the current type.- Returns:
- the refined RuntimeHintspredicate
 
- 
invokeRefine the current predicate to match for reflection invocation on the current type.- Returns:
- the refined RuntimeHintspredicate
 
 
-