public interface JaxbJsonMarshaller
String marshal(Object jaxbBean) throws JsonMarshallingException
jaxbBean - the bean to be converted to JSONJsonMarshallingException - if any error occurs marshalling the JSON object@Deprecated String marshal(Object jaxbBean, Class... jaxbClasses) throws javax.xml.bind.JAXBException
marshal(Object)jaxbBean - the bean to be converted to JSONjaxbClasses - the jaxb classes in use by the jaxb bean.javax.xml.bind.JAXBException - if there's a problem marshalling the bean providedCopyright © 2014 Atlassian. All rights reserved.