Class BinderImpl<XmlNode>

java.lang.Object
jakarta.xml.bind.Binder<XmlNode>
org.glassfish.jaxb.runtime.v2.runtime.BinderImpl<XmlNode>

public class BinderImpl<XmlNode> extends Binder<XmlNode>
Implementation of Binder. TODO: investigate how much in-place unmarshalling is implemented - some preliminary work is there. Probably buggy. TODO: work on the marshaller side.
Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)