spring-framework / org.springframework.oxm.xstream / XStreamMarshaller / setMapperWrappers

setMapperWrappers

open fun setMapperWrappers(vararg mapperWrappers: Class<out MapperWrapper>): Unit

Set one or more custom XStream MapperWrapper classes. Each of those classes needs to have a constructor with a single argument of type Mapper or MapperWrapper.

Since
4.0