See: Description
| Class | Description |
|---|---|
| AbstractBeanInfo |
BeanInfo.
|
| AbstractBeanInfoFactory |
A bean info factory.
|
| AbstractEventInfo |
Event info.
|
| AbstractPropertyInfo |
Property info.
|
| AllBeanInfo |
All bean info.
|
| BeanInfoUtil |
Bean info helper.
|
| DefaultPropertyInfo |
Default property info.
|
| FieldBeanInfo |
Field bean info.
|
| FieldPropertyInfo |
Field property info.
|
| GetterAndFieldPropertyInfo |
Combined getter and field property info.
|
| NestedPropertyInfo |
When bean has more than one property with the same name
we try to use this impl to look over all possible setters
in order to set the value.
|
| SetterAndFieldPropertyInfo |
Combined setter and field property info.
|
Classes used to describe beans, an abstract implementation.
Copyright © 2016 JBoss by Red Hat. All rights reserved.