Package | Description |
---|---|
org.apache.commons.betwixt.expression |
This package contains the system which extracts values from beans.
|
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.
|
org.apache.commons.betwixt.schema |
WARNING: EXPERIMENTAL
Contains classes that generate XML (w3c) schema
from
Betwixt descriptors. |
Constructor and Description |
---|
Context(Object bean,
org.apache.commons.logging.Log log,
BindingConfiguration bindingConfiguration)
Convenience constructor sets evaluted bean and log.
|
Context(Object bean,
Map variables,
org.apache.commons.logging.Log log,
BindingConfiguration bindingConfiguration)
Convenience constructor sets evaluted bean, context variables and log.
|
Modifier and Type | Method and Description |
---|---|
BindingConfiguration |
AbstractBeanWriter.getBindingConfiguration()
Gets the dynamic configuration setting to be used for bean reading.
|
BindingConfiguration |
BeanReader.getBindingConfiguration()
Gets the dynamic configuration setting to be used for bean reading.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractBeanWriter.setBindingConfiguration(BindingConfiguration bindingConfiguration)
Sets the dynamic configuration setting to be used for bean reading.
|
void |
BeanReader.setBindingConfiguration(BindingConfiguration bindingConfiguration)
Sets the dynamic configuration setting to be used for bean reading.
|
Constructor and Description |
---|
ReadContext(BindingConfiguration bindingConfiguration,
ReadConfiguration readConfiguration)
Constructs a
ReadContext with standard log. |
ReadContext(org.apache.commons.logging.Log log,
BindingConfiguration bindingConfiguration,
ReadConfiguration readConfiguration)
Base constructor
|
Modifier and Type | Method and Description |
---|---|
BindingConfiguration |
SchemaTranscriber.createSchemaBindingConfiguration()
Gets a
BindingConfiguration that is suitable for mapping Schema . |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.