Uses of Class
org.springframework.beans.StandardBeanInfoFactory
Packages that use StandardBeanInfoFactory
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of StandardBeanInfoFactory in org.springframework.beans
Subclasses of StandardBeanInfoFactory in org.springframework.beansModifier and TypeClassDescriptionclass
Extension ofStandardBeanInfoFactory
that supports "non-standard" JavaBeans setter methods through introspection by Spring's (package-visible)ExtendedBeanInfo
implementation.