public class JAXBCopyStrategy extends DefaultCopyStrategy
Modifier and Type | Field and Description |
---|---|
static CopyStrategy |
INSTANCE |
Constructor and Description |
---|
JAXBCopyStrategy() |
Modifier and Type | Method and Description |
---|---|
protected Object |
copyInternal(ObjectLocator locator,
JAXBElement jaxbElement) |
protected Object |
copyInternal(ObjectLocator locator,
List list) |
protected Object |
copyInternal(ObjectLocator locator,
Node node) |
protected Object |
copyInternal(ObjectLocator locator,
Object object) |
public static final CopyStrategy INSTANCE
protected Object copyInternal(ObjectLocator locator, Object object)
copyInternal
in class DefaultCopyStrategy
protected Object copyInternal(ObjectLocator locator, Node node)
protected Object copyInternal(ObjectLocator locator, JAXBElement jaxbElement)
protected Object copyInternal(ObjectLocator locator, List list)
Copyright © 2005–2018. All rights reserved.