| Package | Description |
|---|---|
| com.helger.jaxb |
| Modifier and Type | Method and Description |
|---|---|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setCharset(Charset aCharset)
Set the charset to be used for writing JAXB objects.
|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setCharset(Charset aCharset)
Set the charset to be used for writing JAXB objects.
|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setFormattedOutput(boolean bWriteFormatted)
Change the way formatting happens when calling write.
|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setFormattedOutput(boolean bWriteFormatted)
Change the way formatting happens when calling write.
|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setIndentString(String sIndentString)
Set the indent string to be used for writing JAXB objects.
|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setIndentString(String sIndentString)
Set the indent string to be used for writing JAXB objects.
|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setNamespaceContext(NamespaceContext aNSContext)
Set the namespace context (prefix to namespace URL mapping) to be used.
|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setNamespaceContext(NamespaceContext aNSContext)
Set the namespace context (prefix to namespace URL mapping) to be used.
|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setNoNamespaceSchemaLocation(String sNoNamespaceSchemaLocation)
Set the no namespace schema location to be used for writing JAXB objects.
|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setNoNamespaceSchemaLocation(String sNoNamespaceSchemaLocation)
Set the no namespace schema location to be used for writing JAXB objects.
|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setReadSecure(boolean bReadSecure)
Enable or disable secure reading.
|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setReadSecure(boolean bReadSecure)
Enable or disable secure reading.
|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setSchemaLocation(String sSchemaLocation)
Set the schema location to be used for writing JAXB objects.
|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setSchemaLocation(String sSchemaLocation)
Set the schema location to be used for writing JAXB objects.
|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setUseContextCache(boolean bUseContextCache)
Change whether the context cache should be used or not.
|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setUseContextCache(boolean bUseContextCache)
Change whether the context cache should be used or not.
|
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setValidationEventHandlerFactory(IValidationEventHandlerFactory aVEHFactory)
Set a factory to be used to create
ValidationEventHandler objects. |
GenericJAXBMarshaller<JAXBTYPE> |
GenericJAXBMarshaller.setValidationEventHandlerFactory(IValidationEventHandlerFactory aVEHFactory)
Set a factory to be used to create
ValidationEventHandler objects. |
Copyright © 2015–2021 Philip Helger. All rights reserved.