Class ReflectionHintsPredicates.FieldHintPredicate
java.lang.Object
org.springframework.aot.hint.predicate.ReflectionHintsPredicates.FieldHintPredicate
- All Implemented Interfaces:
Predicate<RuntimeHints>
- Enclosing class:
- ReflectionHintsPredicates
public static class ReflectionHintsPredicates.FieldHintPredicate
extends Object
implements Predicate<RuntimeHints>
-
Method Summary
Modifier and TypeMethodDescriptionRefine the current predicate to only match if an invocation hint is registered for this field.boolean
test
(RuntimeHints runtimeHints)
-
Method Details
-
invocation
Refine the current predicate to only match if an invocation hint is registered for this field.- Returns:
- the refined
RuntimeHints
predicate - Since:
- 7.0
-
test
- Specified by:
test
in interfacePredicate<RuntimeHints>
-