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.
|
org.apache.commons.betwixt.io.read |
Package contains strategy and configuration classes used by reading only.
|
Modifier and Type | Method and Description |
---|---|
Updater |
BeanProperty.getPropertyUpdater()
Gets the updater used to write to this properyty.
|
Updater |
Descriptor.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 |
Descriptor.setUpdater(Updater updater)
Sets the
Updater used to update a Context from the text value
corresponding to this node in an xml document |
Constructor and Description |
---|
BeanProperty(String propertyName,
Class propertyType,
Expression propertyExpression,
Updater propertyUpdater)
Construct a BeanProperty.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionUpdater
Updates a Collection by adding the new value to it.
|
class |
DynaBeanUpdater
Updates
DynaBean 's. |
class |
MethodUpdater
MethodUpdater updates the current bean context
by calling a WriteMethod with the String value from the XML attribute
or element. |
class |
TypedUpdater
Abstracts common features for strongly typed
Updater 's. |
Modifier and Type | Method and Description |
---|---|
Updater |
MapEntryAdder.getKeyUpdater()
Gets the entry key
Updater . |
Updater |
MapEntryAdder.getValueUpdater()
Gets the entry value
Updater . |
Modifier and Type | Method and Description |
---|---|
Updater |
ReadContext.getCurrentUpdater()
Gets the current
Updater . |
Updater |
ReadContext.popUpdater()
Pops the top
Updater from the stack. |
Modifier and Type | Method and Description |
---|---|
void |
ReadContext.pushUpdater(Updater updater)
Pushes an
Updater onto the stack. |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.