spring-framework / org.springframework.oxm.castor / CastorMarshaller / setNamespaceToPackageMapping

setNamespaceToPackageMapping

open fun setNamespaceToPackageMapping(namespaceToPackageMapping: MutableMap<String, String>): Unit

Set the namespace to package mappings. Property names are represents the namespaces URI, values are packages.

See Also
org.exolab.castor.xml.Marshaller#setNamespaceMapping(String, String)