X
- The JAXB type of the root element.public class FileResourceJAXBUnmarshaller<X>
extends com.buschmais.jqassistant.core.shared.xml.JAXBUnmarshaller<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).
Constructor and Description |
---|
FileResourceJAXBUnmarshaller(Class<X> rootElementType) |
FileResourceJAXBUnmarshaller(Class<X> rootElementType,
Map<String,String> namespaceMapping) |
Modifier and Type | Method and Description |
---|---|
X |
unmarshal(com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource item) |
public X unmarshal(com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource item) throws IOException
IOException
Copyright © 2016 buschmais GbR. All rights reserved.