Class ExtendedBeanInfoFactory

java.lang.Object
org.springframework.beans.StandardBeanInfoFactory
org.springframework.beans.ExtendedBeanInfoFactory
All Implemented Interfaces:
BeanInfoFactory, Ordered

public class ExtendedBeanInfoFactory extends StandardBeanInfoFactory
Extension of StandardBeanInfoFactory that supports "non-standard" JavaBeans setter methods through introspection by Spring's (package-visible) ExtendedBeanInfo implementation.

To be configured via a META-INF/spring.factories file with the following content: org.springframework.beans.BeanInfoFactory=org.springframework.beans.ExtendedBeanInfoFactory

Ordered at Ordered.LOWEST_PRECEDENCE to allow other user-defined BeanInfoFactory types to take precedence.

Since:
3.2
Author:
Chris Beams, Juergen Hoeller
See Also: