public class Bindings extends Object
| Constructor and Description |
|---|
Bindings() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromXml(String payload) |
static <T> String |
toXml(T obj) |
public static <T> String toXml(T obj) throws JAXBException
JAXBExceptionpublic static <T> T fromXml(String payload) throws JAXBException
JAXBExceptionCopyright © 2017. All Rights Reserved.