public class LambdaDslJsonArray
| Modifier and Type | Method and Description |
|---|---|
LambdaDslJsonArray |
array() |
LambdaDslJsonArray |
booleanType() |
LambdaDslJsonArray |
booleanValue() |
au.com.dius.pact.consumer.dsl.DslPart |
build() |
LambdaDslJsonArray |
date()
Element that must be formatted as an ISO date
|
LambdaDslJsonArray |
date()
Element that must match the provided date format
|
LambdaDslJsonArray |
date()
Element that must match the provided date format
|
LambdaDslJsonArray |
decimalType() |
LambdaDslJsonArray |
decimalType() |
LambdaDslJsonArray |
decimalType() |
LambdaDslJsonArray |
eachArrayLike() |
LambdaDslJsonArray |
eachArrayLike() |
LambdaDslJsonArray |
eachArrayWithMaxLike() |
LambdaDslJsonArray |
eachArrayWithMaxLike() |
LambdaDslJsonArray |
eachArrayWithMinLike() |
LambdaDslJsonArray |
eachArrayWithMinLike() |
LambdaDslJsonArray |
eachArrayWithMinMaxLike() |
LambdaDslJsonArray |
eachArrayWithMinMaxLike() |
LambdaDslJsonArray |
eachLike()
Element that is an array where each item must match the following example
|
LambdaDslJsonArray |
eachLike()
Element that is an array where each item must match the following example
|
LambdaDslJsonArray |
hexValue() |
LambdaDslJsonArray |
hexValue() |
LambdaDslJsonArray |
id() |
LambdaDslJsonArray |
id() |
LambdaDslJsonArray |
integerType() |
LambdaDslJsonArray |
integerType() |
LambdaDslJsonArray |
ipV4Address() |
LambdaDslJsonArray |
maxArrayLike()
Element that is an array with a maximum size where each item must match the following example
|
LambdaDslJsonArray |
maxArrayLike()
Element that is an array with a maximum size where each item must match the following example
|
LambdaDslJsonArray |
minArrayLike()
Element that is an array with a minimum size where each item must match the following example
|
LambdaDslJsonArray |
minArrayLike()
Element that is an array with a minimum size where each item must match the following example
|
LambdaDslJsonArray |
minMaxArrayLike()
Element that is an array with a minimum and maximum size where each item must match the following example
|
LambdaDslJsonArray |
minMaxArrayLike()
Element that is an array with a minimum and maximum size where each item must match the following example
|
LambdaDslJsonArray |
nullValue()
Adds a null value to the list
|
LambdaDslJsonArray |
numberType() |
LambdaDslJsonArray |
numberValue() |
LambdaDslJsonArray |
object() |
LambdaDslJsonArray |
stringMatcher() |
LambdaDslJsonArray |
stringMatcher() |
LambdaDslJsonArray |
stringType() |
LambdaDslJsonArray |
stringValue() |
LambdaDslJsonArray |
time()
Element that must be an ISO formatted time
|
LambdaDslJsonArray |
time()
Element that must match the given time format
|
LambdaDslJsonArray |
time()
Element that must match the given time format
|
LambdaDslJsonArray |
timestamp()
Element that must be an ISO formatted timestamp
|
LambdaDslJsonArray |
timestamp()
Element that must match the given timestamp format
|
LambdaDslJsonArray |
timestamp()
Element that must match the given timestamp format
|
LambdaDslJsonArray |
uuid() |
LambdaDslJsonArray |
uuid() |
public LambdaDslJsonArray object()
public LambdaDslJsonArray array()
public LambdaDslJsonArray stringValue()
public LambdaDslJsonArray stringType()
public LambdaDslJsonArray stringMatcher()
public LambdaDslJsonArray stringMatcher()
public LambdaDslJsonArray numberValue()
public LambdaDslJsonArray numberType()
public LambdaDslJsonArray integerType()
public LambdaDslJsonArray integerType()
public LambdaDslJsonArray decimalType()
public LambdaDslJsonArray decimalType()
public LambdaDslJsonArray decimalType()
public LambdaDslJsonArray booleanValue()
public LambdaDslJsonArray booleanType()
public LambdaDslJsonArray date()
Element that must be formatted as an ISO date
public LambdaDslJsonArray date()
Element that must match the provided date format
public LambdaDslJsonArray date()
Element that must match the provided date format
public LambdaDslJsonArray time()
Element that must be an ISO formatted time
public LambdaDslJsonArray time()
Element that must match the given time format
public LambdaDslJsonArray time()
Element that must match the given time format
public LambdaDslJsonArray timestamp()
Element that must be an ISO formatted timestamp
public LambdaDslJsonArray timestamp()
Element that must match the given timestamp format
public LambdaDslJsonArray timestamp()
Element that must match the given timestamp format
public LambdaDslJsonArray id()
public LambdaDslJsonArray id()
public LambdaDslJsonArray uuid()
public LambdaDslJsonArray uuid()
public LambdaDslJsonArray hexValue()
public LambdaDslJsonArray hexValue()
public LambdaDslJsonArray ipV4Address()
public LambdaDslJsonArray eachLike()
Element that is an array where each item must match the following example
public LambdaDslJsonArray eachLike()
Element that is an array where each item must match the following example
public LambdaDslJsonArray minArrayLike()
Element that is an array with a minimum size where each item must match the following example
public LambdaDslJsonArray minArrayLike()
Element that is an array with a minimum size where each item must match the following example
public LambdaDslJsonArray maxArrayLike()
Element that is an array with a maximum size where each item must match the following example
public LambdaDslJsonArray maxArrayLike()
Element that is an array with a maximum size where each item must match the following example
public LambdaDslJsonArray minMaxArrayLike()
Element that is an array with a minimum and maximum size where each item must match the following example
public LambdaDslJsonArray minMaxArrayLike()
Element that is an array with a minimum and maximum size where each item must match the following example
public LambdaDslJsonArray nullValue()
Adds a null value to the list
public LambdaDslJsonArray eachArrayLike()
public LambdaDslJsonArray eachArrayLike()
public LambdaDslJsonArray eachArrayWithMaxLike()
public LambdaDslJsonArray eachArrayWithMaxLike()
public LambdaDslJsonArray eachArrayWithMinLike()
public LambdaDslJsonArray eachArrayWithMinLike()
public LambdaDslJsonArray eachArrayWithMinMaxLike()
public LambdaDslJsonArray eachArrayWithMinMaxLike()
public au.com.dius.pact.consumer.dsl.DslPart build()