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:
Arjen Poutsma
2012-09-10 14:28:53 +02:00
parent aeff91c1da
commit 82739dd4ac
6 changed files with 38 additions and 100 deletions

View File

@@ -1 +0,0 @@
org.springframework.beans.ExtendedBeanInfoFactory

View File

@@ -0,0 +1 @@
org.springframework.beans.BeanInfoFactory=org.springframework.beans.ExtendedBeanInfoFactory