Package | Description |
---|---|
org.apache.commons.betwixt.io |
Package contains classes dealing directly with the reading and writing of beans.
|
org.apache.commons.betwixt.io.read |
Package contains strategy and configuration classes used by reading only.
|
Modifier and Type | Method and Description |
---|---|
ReadConfiguration |
BeanReader.getReadConfiguration()
Gets read specific configuration details.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanReader.setReadConfiguration(ReadConfiguration readConfiguration)
Sets the read specific configuration details.
|
Constructor and Description |
---|
ReadContext(BindingConfiguration bindingConfiguration,
ReadConfiguration readConfiguration)
Constructs a
ReadContext with standard log. |
ReadContext(Context context,
ReadConfiguration readConfiguration)
Constructs a
ReadContext with the same settings
as an existing Context . |
ReadContext(org.apache.commons.logging.Log log,
BindingConfiguration bindingConfiguration,
ReadConfiguration readConfiguration)
Base constructor
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.