Assert.notNull(mappingContext);
Assert.notNull(conversionService);
this.mappingContext = mappingContext;
this.conversionService = conversionService;
this.instantiators = new EntityInstantiators();
this.context = new SpELContext(PdxReaderPropertyAccessor.INSTANCE);
}