Uses of Class
org.springframework.aot.hint.predicate.ReflectionHintsPredicates.FieldHintPredicate
Packages that use ReflectionHintsPredicates.FieldHintPredicate
-
Uses of ReflectionHintsPredicates.FieldHintPredicate in org.springframework.aot.hint.predicate
Methods in org.springframework.aot.hint.predicate that return ReflectionHintsPredicates.FieldHintPredicateModifier and TypeMethodDescriptionReflectionHintsPredicates.FieldHintPredicate.allowUnsafeAccess()
Refine the current predicate to match if unsafe access is allowed on the field.ReflectionHintsPredicates.FieldHintPredicate.allowWrite()
Refine the current predicate to match if write access is allowed on the field.Return a predicate that checks whether a reflection hint is registered for the field that matches the given selector.Return a predicate that checks whether a reflection hint is registered for the given field.