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

setCastorProperties

open fun setCastorProperties(castorProperties: MutableMap<String, String>): Unit

Set Castor-specific properties for marshalling and unmarshalling. Each entry key is considered the property name and each value the property value.

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