public class JpaJaxbUtil extends Object
| Constructor and Description |
|---|
JpaJaxbUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
marshal(Class<T> type,
Object object) |
static <T> void |
marshal(Class<T> type,
Object object,
OutputStream out) |
static <T> Object |
unmarshal(Class<T> type,
InputStream in) |
public static <T> String marshal(Class<T> type, Object object) throws JAXBException
JAXBExceptionpublic static <T> void marshal(Class<T> type, Object object, OutputStream out) throws JAXBException
JAXBExceptionpublic static <T> Object unmarshal(Class<T> type, InputStream in) throws ParserConfigurationException, SAXException, JAXBException
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.