All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cdm.observable.event.processor.SellerMappingProcessor Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
package cdm.observable.event.processor;

import com.regnosys.rosetta.common.translation.MappingContext;
import com.regnosys.rosetta.common.translation.Path;
import com.rosetta.model.lib.path.RosettaPath;

import java.util.List;

/**
 * FpML mapping processor.
 *
 * Mapper must be in same namespace as the type it is used for.
 */
@SuppressWarnings("unused")
public class SellerMappingProcessor extends cdm.base.staticdata.party.processor.SellerMappingProcessor {

	public SellerMappingProcessor(RosettaPath modelPath, List synonymPaths, MappingContext mappingContext) {
		super(modelPath, synonymPaths, mappingContext);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy