Package | Description |
---|---|
org.springframework.beans |
This package contains interfaces and classes for manipulating Java beans.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedBeanInfoFactory
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. |
class |
SimpleBeanInfoFactory
BeanInfoFactory implementation that bypasses the standard Introspector
for faster introspection, reduced to basic property determination (as commonly needed in Spring). |