Class AbstractAssembleUnderDiscrepancyResolver


public abstract class AbstractAssembleUnderDiscrepancyResolver extends AbstractAddUsageResolver
The base class to define the template for Adding a new usage during first time creation or sync incremental changes. This is not singleton, but you call resolve(ReconciliationContext, Collection), it creates a new instance and then uses that. This is done since its a delegate pattern and maybe cached via factory, hence this always creates a new instance

Supported API: true

Extendable: true