spring-framework / org.springframework.oxm.jaxb / Jaxb2Marshaller / setClassesToBeBound

setClassesToBeBound

open fun setClassesToBeBound(@Nullable vararg classesToBeBound: Class<*>): Unit

Set the list of Java classes to be recognized by a newly created JAXBContext.

Setting either this property, "contextPath" or "packagesToScan" is required.