X
- The JAXB type of the root element.@Deprecated public class JAXBUnmarshaller<X> extends FileResourceJAXBUnmarshaller<X>
A constructor is provided that takes namespace mappings which may be used to unmarshal documents using an older, i.e. compatible schema version (e.g. for reading a persistence.xml 2.0 descriptor using a 2.1 JAXBContext).
Note: This class has been deprecated and replaced by FileResourceJAXBUnmarshaller
.
Constructor and Description |
---|
JAXBUnmarshaller(Class<X> rootElementType)
Deprecated.
|
JAXBUnmarshaller(Class<X> rootElementType,
Map<String,String> namespaceMapping)
Deprecated.
|
unmarshal
Copyright © 2016 buschmais GbR. All rights reserved.