mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
This commit adds predicates variants that accept `String className` instead of actual `Class<?>` when checking for fields and method hints. This is useful when the type under test is not visible from the current test class. Closes gh-29143