spring-framework / org.springframework.oxm.jibx / JibxMarshaller / setTargetClass

setTargetClass

open fun setTargetClass(targetClass: Class<*>): Unit

Set the target class for this instance. Setting either this property or the targetPackage property is required.

If this property is set, targetPackage is ignored.