public class ExtendedBeanInfoFactory extends Object implements org.springframework.core.Ordered, BeanInfoFactory
BeanInfoFactory implementation that evaluates whether bean classes have
"non-standard" JavaBeans setter methods and are thus candidates for introspection by
Spring's ExtendedBeanInfo.
Ordered at Ordered.LOWEST_PRECEDENCE to allow other user-defined
BeanInfoFactory types to take precedence.
BeanInfoFactory| Constructor and Description |
|---|
ExtendedBeanInfoFactory() |
| Modifier and Type | Method and Description |
|---|---|
BeanInfo |
getBeanInfo(Class<?> beanClass)
Return a new
ExtendedBeanInfo for the given bean class. |
int |
getOrder() |
public BeanInfo getBeanInfo(Class<?> beanClass) throws IntrospectionException
ExtendedBeanInfo for the given bean class.getBeanInfo in interface BeanInfoFactorybeanClass - the bean classnull if not the given class is not supportedIntrospectionException - in case of exceptionspublic int getOrder()
getOrder in interface org.springframework.core.Ordered