Add resolver utilities that can be used to perform programmatic autowiring of fields, methods, constructors and factory methods. The resolvers are designed to work in an AOT environment and allows the actual injection to be performed using functional interfaces. This allows leaner images to be created since `introspection` hints are required rather than full `invocation` hints. The resolvers also provide a reflection based fallback that can used when the functional interface cannot work. For example, a reflection based solution is required for private fields, methods and constructors. See gh-28414 |
||
---|---|---|
.. | ||
src | ||
spring-beans.gradle |