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 Details

    • executable

      protected final T extends Executable executable
      Deprecated, for removal: This API element is subject to removal in a future version.
    • executableMode

      protected ExecutableMode executableMode
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details