Class UnmarshallerImpl

java.lang.Object
jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
All Implemented Interfaces:
Unmarshaller, ValidationEventHandler, Closeable, AutoCloseable

public final class UnmarshallerImpl extends AbstractUnmarshallerImpl implements ValidationEventHandler, Closeable
Default Unmarshaller implementation.

This class can be extended by the generated code to provide type-safe unmarshall methods.

Author:
Kohsuke KAWAGUCHI