public PactReader
Class to load a Pact from a JSON source using a version strategy
@NotNull Pact<?> loadPact(@NotNull java.lang.Object source)
Loads a pact file from either a File or a URL
source - a File or a URL@NotNull Pact<?> loadPact(@NotNull java.lang.Object source, @NotNull java.util.Map<java.lang.String,? extends java.lang.Object> options)
Loads a pact file from either a File or a URL
source - a File or a URLoptions - to use when loading the pact