circularReferenceService,
inclusionService,
returnableNodeService,
introspectionService);
differProvider.push(new BeanDiffer(differDispatcher, introspectionService, returnableNodeService, comparisonService, introspectionService));
differProvider.push(new CollectionDiffer(differDispatcher, comparisonService));
differProvider.push(new MapDiffer(differDispatcher, comparisonService));
differProvider.push(new PrimitiveDiffer(comparisonService));
for (final DifferFactory differFactory : differFactories)
{
differProvider.push(differFactory.createDiffer(differDispatcher, nodeQueryService));