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

setRootObject

open fun setRootObject(root: Any): Unit

Set the expected root object for the unmarshaller, into which the source will be unmarshalled.

See Also
org.exolab.castor.xml.Unmarshaller#setObject(Object)