public interface TypeLoader<OUTPUT>
| Modifier and Type | Method and Description |
|---|---|
OUTPUT |
load(javax.xml.stream.XMLStreamReader reader,
IntrospectionContext context)
Deserializes an element in an XML stream.
|
OUTPUT load(javax.xml.stream.XMLStreamReader reader, IntrospectionContext context) throws javax.xml.stream.XMLStreamException
reader - the XML stream reader positioned on the applicable START_ELEMENTcontext - the context for the load operationjavax.xml.stream.XMLStreamException - if an error reading the XML stream occurs