Package au.com.dius.pact.consumer.dsl
Object Dsl
-
- All Implemented Interfaces:
public class Dsl
-
-
Method Summary
Modifier and Type Method Description final static ArrayOfPrimitivesBuilderarrayOfPrimitives()Creates a builder to define the matchers on an array of JSON primitives final static StringmatcherKey(String name, String rootPath)Returns a safe matcher key for the attribute name -
-
Method Detail
-
arrayOfPrimitives
final static ArrayOfPrimitivesBuilder arrayOfPrimitives()
Creates a builder to define the matchers on an array of JSON primitives
-
matcherKey
@Deprecated(message = "Use the constructValidPath method in the model lib", replaceWith = @ReplaceWith(imports = {}, expression = "constructValidPath(name, rootPath)")) final static String matcherKey(String name, String rootPath)
Returns a safe matcher key for the attribute name
-
-
-
-