Class BeanNodeVisitor<T>

  • Direct Known Subclasses:
    RestorePropertyVisitor, XmlInterfaceImpl.DocumentMakerVisitor

    public abstract class BeanNodeVisitor<T>
    extends java.lang.Object
    Implements a visitor pattern over bean nodes. Used to restore properties from a model and build an XML document to represent the model.
    Since:
    6.1.0
    Author:
    Clément Fournier