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