Class ReflectionHintsPredicates.FieldHintPredicate
java.lang.Object
org.springframework.aot.hint.predicate.ReflectionHintsPredicates.FieldHintPredicate
- All Implemented Interfaces:
- Predicate<RuntimeHints>
- Enclosing class:
- ReflectionHintsPredicates
@Deprecated(since="7.0",
            forRemoval=true)
public static class ReflectionHintsPredicates.FieldHintPredicate
extends Object
implements Predicate<RuntimeHints>
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionbooleantest(RuntimeHints runtimeHints) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method Details- 
testDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- testin interface- Predicate<RuntimeHints>
 
 
-