Stores mapping phase binding configuration.
There are two phase in Betwixt's processing.
The first phase is the introspection of the bean.
Strutural configuration settings effect this phase.
The second phase comes when Betwixt dynamically uses
reflection to execute the mapping.
This object stores configuration settings pertaining
to the second phase.
These common settings have been collected into one class
to make round tripping easier since the same BindingConfiguration
can be shared.
author: Robert Burrell Donkin since: 0.5 |