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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final T
Deprecated, for removal: This API element is subject to removal in a future version.protected ExecutableMode
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier 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
-
executable
Deprecated, for removal: This API element is subject to removal in a future version. -
executableMode
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
introspect
Deprecated, 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
RuntimeHints
predicate
-
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.- Returns:
- the refined
RuntimeHints
predicate
-