public class JAXBHelper extends Object
Modifier and Type | Method and Description |
---|---|
static <S> S |
clone(JAXBElement<S> element)
It's unfortunate that's there's no clone already defined on JAXB
generated classes.
|
static <S> S |
clone(String localName,
Class<S> clz,
S s) |
public static <S> S clone(JAXBElement<S> element)
S
- type parameterobject
- object to be clonedclz
- type of that objectCopyright © 2012. All Rights Reserved.