| java.lang.Object | ||
| ↳ | org.apache.commons.betwixt.expression.TypedUpdater | |
| ↳ | org.apache.commons.betwixt.expression.DynaBeanUpdater | |
Updates DynaBean's.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a
DynaBeanUpdater
for given DynaProperty. | |||||||||||
Constructs a
DynaBeanUpdater
for the given type and property name. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Outputs something suitable for logging.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Executes the update on the given code>DynaBean
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.commons.betwixt.expression.TypedUpdater
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.apache.commons.betwixt.expression.Updater
| |||||||||||
Constructs a DynaBeanUpdater
for given DynaProperty.
| dynaProperty | DyanProperty, not null
|
|---|
Constructs a DynaBeanUpdater
for the given type and property name.
| propertyName | name of the dyan property |
|---|---|
| type | type of the dyna property |
Executes the update on the given code>DynaBean
| value | value after type conversion |
|---|
| Exception |
|---|