- All Implemented Interfaces:
- ContentHandler, DOMVisitBefore, DOMVisitor, Visitor
public class SelectorPropertyResolver
extends Object
implements DOMVisitBefore
Selector Property Resolver.
Some binding selectors can be of the form "order/customer/@customerNumber", where the
last token in the selector represents an attribute on the customer element (for example). This
extension visitor translates this type of selector into "order/customer" plus a new property
on the BeanInstancePopulator config named "valueAttributeName" containing a value of
"customerNumber".
- Author:
- tom.fennelly@gmail.com