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

setEntityResolver

open fun setEntityResolver(entityResolver: EntityResolver): Unit

Set the EntityResolver to be used during unmarshalling. This resolver will used to resolve system and public ids.

See Also
org.exolab.castor.xml.Unmarshaller#setEntityResolver(EntityResolver)