public class PactMerge
Utility class for merging two pacts together, checking for conflicts
| Modifier and Type | Field and Description |
|---|---|
static PactMerge |
INSTANCE
Utility class for merging two pacts together, checking for conflicts
|
| Modifier and Type | Method and Description |
|---|---|
static <I extends Interaction> |
merge(Pact<I> newPact,
Pact<I> existing) |
public static PactMerge INSTANCE
Utility class for merging two pacts together, checking for conflicts
public static <I extends Interaction> MergeResult<I> merge(Pact<I> newPact, Pact<I> existing)