public class ExtendedBeanInfoFactory extends Object implements BeanInfoFactory, org.springframework.core.Ordered
BeanInfoFactory implementation that evaluates whether bean classes have
"non-standard" JavaBeans setter methods and are thus candidates for introspection
by Spring's (package-visible) ExtendedBeanInfo implementation.
Ordered at Ordered.LOWEST_PRECEDENCE to allow other user-defined
BeanInfoFactory types to take precedence.
BeanInfoFactory,
CachedIntrospectionResults| 构造器和说明 |
|---|
ExtendedBeanInfoFactory() |
@Nullable public BeanInfo getBeanInfo(Class<?> beanClass) throws IntrospectionException
ExtendedBeanInfo for the given bean class, if applicable.getBeanInfo 在接口中 BeanInfoFactorybeanClass - the bean classnull if the given class is not supportedIntrospectionException - in case of exceptionspublic int getOrder()
getOrder 在接口中 org.springframework.core.Ordered