this.sourceModel = sourceModel;
this.mapperReferences = mapperReferences;
this.conversions = new Conversions( elementUtils, typeFactory );
this.builtInMethods = new BuiltInMappingMethods( typeFactory );
this.methodSelectors = new MethodSelectors(
typeUtils,
elementUtils,
typeFactory
);
}