Uses of Class
org.omnaest.utils.xml.JAXBXMLHelper.MarshallingConfiguration

Packages that use JAXBXMLHelper.MarshallingConfiguration
org.omnaest.utils.xml   
 

Uses of JAXBXMLHelper.MarshallingConfiguration in org.omnaest.utils.xml
 

Methods in org.omnaest.utils.xml that return JAXBXMLHelper.MarshallingConfiguration
static JAXBXMLHelper.MarshallingConfiguration JAXBXMLHelper.MarshallingConfiguration.defaultMarshallingConfiguration(JAXBXMLHelper.MarshallingConfiguration marshallingConfiguration)
          Returns a new JAXBXMLHelper.MarshallingConfiguration if a null reference is given, otherwise the given instance.
 JAXBXMLHelper.MarshallingConfiguration JAXBXMLHelper.MarshallingConfiguration.setConfigurator(JAXBXMLHelper.MarshallingConfiguration.Configurator configurator)
           
 JAXBXMLHelper.MarshallingConfiguration JAXBXMLHelper.MarshallingConfiguration.setEncoding(String encoding)
           
 JAXBXMLHelper.MarshallingConfiguration JAXBXMLHelper.MarshallingConfiguration.setExceptionHandler(ExceptionHandler exceptionHandler)
           
 JAXBXMLHelper.MarshallingConfiguration JAXBXMLHelper.MarshallingConfiguration.setFormattingOutput(boolean formattingOutput)
           
 JAXBXMLHelper.MarshallingConfiguration JAXBXMLHelper.MarshallingConfiguration.setKnownTypes(Class<?>... knownTypes)
           
 

Methods in org.omnaest.utils.xml with parameters of type JAXBXMLHelper.MarshallingConfiguration
static
<E> E
JAXBXMLHelper.cloneObject(E object, JAXBXMLHelper.MarshallingConfiguration marshallingConfiguration)
          Similar to JAXBXMLHelper.cloneObject(Object) allowing to specify a JAXBXMLHelper.MarshallingConfiguration
static JAXBXMLHelper.MarshallingConfiguration JAXBXMLHelper.MarshallingConfiguration.defaultMarshallingConfiguration(JAXBXMLHelper.MarshallingConfiguration marshallingConfiguration)
          Returns a new JAXBXMLHelper.MarshallingConfiguration if a null reference is given, otherwise the given instance.
static String JAXBXMLHelper.storeObjectAsXML(Object object, JAXBXMLHelper.MarshallingConfiguration marshallingConfiguration)
          Similar to JAXBXMLHelper.storeObjectAsXML(Object) but allows to specify a JAXBXMLHelper.MarshallingConfiguration instance
static void JAXBXMLHelper.storeObjectAsXML(Object object, OutputStream outputStream, JAXBXMLHelper.MarshallingConfiguration marshallingConfiguration)
          Stores a given JAXB annotated object to the given OutputStream using the given JAXBXMLHelper.MarshallingConfiguration
 



Copyright © 2013. All Rights Reserved.