| Interface | Description |
|---|---|
| BeanPopulator |
Defines an object that affords functionality to populate a bean (set its fields) with specified values.
|
| Class | Description |
|---|---|
| BasicBeanPopulator |
Affords functionality to populate a bean (set its fields) with specified values.
|
| BeanPropertyValuesFactory |
Concrete Factory that creates a
Map of values, keyed by property name, that could be used to populate
the properties of a Bean, based on information about the Bean provided in the form of a BeanInformation
instance. |
| PropertyInformationFilter |
Affords functionality to filter PropertyInformation based on given criteria, such as a property's public visibility
(readable, writable or both).
|
| Enum | Description |
|---|---|
| PropertyInformationFilter.PropertyVisibility |
Filter criteria based on a property's public visibility: readable, writable or both.
|
| Exception | Description |
|---|---|
| BeanPopulationException |
An exception that may be thrown when trying to populate the fields of a JavaBean.
|
Copyright © 2010–2020 meanbean. All rights reserved.