K
- given object to be assembledV
- given object to source assembly data frompublic interface Assembler<K,V>
void assemble(K assembleInto, V assembleFrom) throws SdmxException
assembleInto
- An Object already instantiated that needs to be assembled using data from assembleFrombuildFrom
- An Object to assemble into the assembleInto objectSdmxException
- - If anything goes wrong during the assemble process