au
.
com
.
dius
.
pact
.
consumer
.
dsl
DslPart
abstract
class
DslPart
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Known Subclasses
PactDslJsonArray
,
PactDslJsonBody
,
PactDslJsonRootValue
Ordering
Alphabetic
By inheritance
Inherited
DslPart
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
DslPart
(
rootPath:
String
,
rootName:
String
)
new
DslPart
(
parent:
DslPart
,
rootPath:
String
,
rootName:
String
)
Abstract Value Members
abstract
def
array
()
:
PactDslJsonArray
abstract
def
array
(
name:
String
)
:
PactDslJsonArray
abstract
def
arrayLike
()
:
PactDslJsonBody
abstract
def
arrayLike
(
name:
String
)
:
PactDslJsonBody
abstract
def
close
()
:
DslPart
abstract
def
closeArray
()
:
DslPart
abstract
def
closeObject
()
:
DslPart
abstract
def
eachArrayLike
(
numberExamples:
Int
)
:
PactDslJsonArray
abstract
def
eachArrayLike
(
name:
String
,
numberExamples:
Int
)
:
PactDslJsonArray
abstract
def
eachArrayLike
()
:
PactDslJsonArray
abstract
def
eachArrayLike
(
name:
String
)
:
PactDslJsonArray
abstract
def
eachArrayWithMaxLike
(
numberExamples:
Int
,
size:
Integer
)
:
PactDslJsonArray
abstract
def
eachArrayWithMaxLike
(
name:
String
,
numberExamples:
Int
,
size:
Integer
)
:
PactDslJsonArray
abstract
def
eachArrayWithMaxLike
(
size:
Integer
)
:
PactDslJsonArray
abstract
def
eachArrayWithMaxLike
(
name:
String
,
size:
Integer
)
:
PactDslJsonArray
abstract
def
eachArrayWithMinLike
(
numberExamples:
Int
,
size:
Integer
)
:
PactDslJsonArray
abstract
def
eachArrayWithMinLike
(
name:
String
,
numberExamples:
Int
,
size:
Integer
)
:
PactDslJsonArray
abstract
def
eachArrayWithMinLike
(
size:
Integer
)
:
PactDslJsonArray
abstract
def
eachArrayWithMinLike
(
name:
String
,
size:
Integer
)
:
PactDslJsonArray
abstract
def
eachLike
(
numberExamples:
Int
)
:
PactDslJsonBody
abstract
def
eachLike
(
name:
String
,
numberExamples:
Int
)
:
PactDslJsonBody
abstract
def
eachLike
()
:
PactDslJsonBody
abstract
def
eachLike
(
name:
String
)
:
PactDslJsonBody
abstract
def
getBody
()
:
AnyRef
abstract
def
maxArrayLike
(
size:
Integer
,
numberExamples:
Int
)
:
PactDslJsonBody
abstract
def
maxArrayLike
(
name:
String
,
size:
Integer
,
numberExamples:
Int
)
:
PactDslJsonBody
abstract
def
maxArrayLike
(
size:
Integer
)
:
PactDslJsonBody
abstract
def
maxArrayLike
(
name:
String
,
size:
Integer
)
:
PactDslJsonBody
abstract
def
minArrayLike
(
size:
Integer
,
numberExamples:
Int
)
:
PactDslJsonBody
abstract
def
minArrayLike
(
name:
String
,
size:
Integer
,
numberExamples:
Int
)
:
PactDslJsonBody
abstract
def
minArrayLike
(
size:
Integer
)
:
PactDslJsonBody
abstract
def
minArrayLike
(
name:
String
,
size:
Integer
)
:
PactDslJsonBody
abstract
def
object
()
:
PactDslJsonBody
abstract
def
object
(
name:
String
)
:
PactDslJsonBody
abstract
def
putArray
(
object:
DslPart
)
:
Unit
Attributes
protected[
au.com.dius.pact.consumer.dsl
]
abstract
def
putObject
(
object:
DslPart
)
:
Unit
Attributes
protected[
au.com.dius.pact.consumer.dsl
]
Concrete Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
asArray
()
:
PactDslJsonArray
def
asBody
()
:
PactDslJsonBody
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getMatchers
()
:
Map
[
String
,
Map
[
String
,
AnyRef
]]
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
matchDate
(
format:
String
)
:
Map
[
String
,
AnyRef
]
Attributes
protected[
au.com.dius.pact.consumer.dsl
]
def
matchMax
(
max:
Integer
)
:
Map
[
String
,
AnyRef
]
Attributes
protected[
au.com.dius.pact.consumer.dsl
]
def
matchMin
(
min:
Integer
)
:
Map
[
String
,
AnyRef
]
Attributes
protected[
au.com.dius.pact.consumer.dsl
]
def
matchTime
(
format:
String
)
:
Map
[
String
,
AnyRef
]
Attributes
protected[
au.com.dius.pact.consumer.dsl
]
def
matchTimestamp
(
format:
String
)
:
Map
[
String
,
AnyRef
]
Attributes
protected[
au.com.dius.pact.consumer.dsl
]
def
matchType
(
type:
String
)
:
Map
[
String
,
AnyRef
]
Attributes
protected[
au.com.dius.pact.consumer.dsl
]
def
matchType
()
:
Map
[
String
,
AnyRef
]
Attributes
protected[
au.com.dius.pact.consumer.dsl
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
regexp
(
regex:
String
)
:
Map
[
String
,
AnyRef
]
Attributes
protected[
au.com.dius.pact.consumer.dsl
]
def
setMatchers
(
matchers:
Map
[
String
,
Map
[
String
,
AnyRef
]]
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped