Refactor BeanInfoFactory
This commit refactors the BeanInfoFactory so that:
- supports() and getBeanInfo() are folded into one, so that getBeanInfo()
returns null if a given class is not supported.
- CachedIntrospectionResults now uses SpringFactoriesLoader
This commit is contained in:
@@ -1 +0,0 @@
|
||||
org.springframework.beans.ExtendedBeanInfoFactory
|
||||
@@ -0,0 +1 @@
|
||||
org.springframework.beans.BeanInfoFactory=org.springframework.beans.ExtendedBeanInfoFactory
|
||||
Reference in New Issue
Block a user