Package | Description |
---|---|
org.apache.commons.betwixt |
This package contains the main betwixt introspection code.
|
org.apache.commons.betwixt.expression |
This package contains the system which extracts values from beans.
|
Modifier and Type | Field and Description |
---|---|
private Updater |
NodeDescriptor.updater
the updater used to update the current bean from the text value of this node
|
Modifier and Type | Method and Description |
---|---|
Updater |
NodeDescriptor.getUpdater()
Gets the
Updater used to update a Context from the text value
corresponding to this node in an xml document |
Modifier and Type | Method and Description |
---|---|
void |
NodeDescriptor.setUpdater(Updater updater)
Sets the
Updater used to update a Context from the text value
corresponding to this node in an xml document |
Modifier and Type | Class and Description |
---|---|
class |
MethodUpdater
MethodUpdater updates the current bean context
by calling a WriteMethod with the String value from the XML attribute
or element. |