spring-framework / org.springframework.oxm.jaxb / Jaxb2Marshaller / setMarshallerProperties

setMarshallerProperties

open fun setMarshallerProperties(properties: MutableMap<String, *>): Unit

Set the JAXB Marshaller properties. These properties will be set on the underlying JAXB Marshaller, and allow for features such as indentation.

Parameters

properties - the properties

See Also
javax.xml.bind.Marshaller#setProperty(String, Object)javax.xml.bind.Marshaller#JAXB_ENCODINGjavax.xml.bind.Marshaller#JAXB_FORMATTED_OUTPUTjavax.xml.bind.Marshaller#JAXB_NO_NAMESPACE_SCHEMA_LOCATIONjavax.xml.bind.Marshaller#JAXB_SCHEMA_LOCATION