open fun setUnmarshallerProperties(properties: MutableMap<String, *>): Unit
Set the JAXB Unmarshaller properties. These properties will be set on the underlying JAXB Unmarshaller.
See Also
javax.xml.bind.Unmarshaller#setProperty(String, Object)