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

setWhitespacePreserve

open fun setWhitespacePreserve(whitespacePreserve: Boolean): Unit

Set whether the Castor Unmarshaller should preserve "ignorable" whitespace.

Default is false.

See Also
org.exolab.castor.xml.Unmarshaller#setWhitespacePreserve(boolean)