WrappedCollection

constructor(elementStrategy: MappingStrategy, wrapperObjectFqn: String, useUnwrap: Boolean = false)

Parameters

elementStrategy

how to map each element

wrapperObjectFqn

fully-qualified name of the wrapper object (e.g. com.example.PersistentListWrapper)

useUnwrap

true when the SOURCE field is the registered wrapped type and the target is a plain collection — the generator calls unwrap() and feeds the seams.