static JAXBXMLHelper.MarshallingConfiguration
JAXBXMLHelper.MarshallingConfiguration.defaultMarshallingConfiguration(JAXBXMLHelper.MarshallingConfiguration marshallingConfiguration)
JAXBXMLHelper.MarshallingConfiguration
JAXBXMLHelper.MarshallingConfiguration.setConfigurator(JAXBXMLHelper.MarshallingConfiguration.Configurator configurator)
JAXBXMLHelper.MarshallingConfiguration.setEncoding(String encoding)
JAXBXMLHelper.MarshallingConfiguration.setExceptionHandler(ExceptionHandler exceptionHandler)
JAXBXMLHelper.MarshallingConfiguration.setFormattingOutput(boolean formattingOutput)
JAXBXMLHelper.MarshallingConfiguration.setKnownTypes(Class<?>... knownTypes)
static <E> E
<E> E
JAXBXMLHelper.cloneObject(E object, JAXBXMLHelper.MarshallingConfiguration marshallingConfiguration)
JAXBXMLHelper.cloneObject(Object)
static String
JAXBXMLHelper.storeObjectAsXML(Object object, JAXBXMLHelper.MarshallingConfiguration marshallingConfiguration)
JAXBXMLHelper.storeObjectAsXML(Object)
static void
JAXBXMLHelper.storeObjectAsXML(Object object, OutputStream outputStream, JAXBXMLHelper.MarshallingConfiguration marshallingConfiguration)
OutputStream