>> I may suggest a handler/delegate interface for BeanAdapter to allow >> developers to override the handling BeanAdapter.coerce() after exhausting >> all of its if-else logic.
This can be accomplished by providing an additional setter that will perform any non-trivial type coercion. G
