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

setProcessingInstructions

open fun setProcessingInstructions(processingInstructions: MutableMap<String, String>): Unit

Sets the processing instructions that will be used by during marshalling. Keys are the processing targets and values contain the processing data.

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