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

setUnmarshallerProperties

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

Set the JAXB Unmarshaller properties. These properties will be set on the underlying JAXB Unmarshaller.

Parameters

properties - the properties

See Also
javax.xml.bind.Unmarshaller#setProperty(String, Object)