Class ConflictMarker

  • All Implemented Interfaces:
    DependencyGraphTransformer

    public final class ConflictMarker
    extends java.lang.Object
    implements DependencyGraphTransformer
    A dependency graph transformer that identifies conflicting dependencies. When this transformer has executed, the transformation context holds a Map<DependencyNode, Object> where dependency nodes that belong to the same conflict group will have an equal conflict identifier. This map is stored using the key TransformationContextKeys.CONFLICT_IDS.