Class

au.com.dius.pact.consumer.dsl

PactDslJsonArray

Related Doc: package dsl

Permalink

class PactDslJsonArray extends DslPart

Linear Supertypes
DslPart, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PactDslJsonArray
  2. DslPart
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PactDslJsonArray(rootPath: String, rootName: String, parent: DslPart, wildCard: Boolean)

    Permalink
  2. new PactDslJsonArray(rootPath: String, rootName: String, parent: DslPart, array: PactDslJsonArray)

    Permalink
  3. new PactDslJsonArray(rootPath: String, rootName: String, parent: DslPart)

    Permalink
  4. new PactDslJsonArray()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def and(value: Any, rules: <repeated...>[MatchingRule]): PactDslJsonArray

    Permalink
  5. def array(): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  6. def array(name: String): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  7. def arrayLike(): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  8. def arrayLike(name: String): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  9. def asArray(): PactDslJsonArray

    Permalink
    Definition Classes
    DslPart
  10. def asBody(): PactDslJsonBody

    Permalink
    Definition Classes
    DslPart
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def booleanType(example: Boolean): PactDslJsonArray

    Permalink
  13. def booleanType(): PactDslJsonArray

    Permalink
  14. def booleanValue(value: Boolean): PactDslJsonArray

    Permalink
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def close(): DslPart

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  17. def closeArray(): DslPart

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  18. def closeObject(): DslPart

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  19. def date(format: String, example: Date): PactDslJsonArray

    Permalink
  20. def date(format: String): PactDslJsonArray

    Permalink
  21. def date(): PactDslJsonArray

    Permalink
  22. def decimalType(number: Double): PactDslJsonArray

    Permalink
  23. def decimalType(number: BigDecimal): PactDslJsonArray

    Permalink
  24. def decimalType(): PactDslJsonArray

    Permalink
  25. def eachArrayLike(numberExamples: Int): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  26. def eachArrayLike(): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  27. def eachArrayLike(name: String, numberExamples: Int): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  28. def eachArrayLike(name: String): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  29. def eachArrayWithMaxLike(numberExamples: Int, size: Integer): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  30. def eachArrayWithMaxLike(size: Integer): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  31. def eachArrayWithMaxLike(name: String, numberExamples: Int, size: Integer): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  32. def eachArrayWithMaxLike(name: String, size: Integer): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  33. def eachArrayWithMinLike(numberExamples: Int, size: Integer): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  34. def eachArrayWithMinLike(size: Integer): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  35. def eachArrayWithMinLike(name: String, numberExamples: Int, size: Integer): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  36. def eachArrayWithMinLike(name: String, size: Integer): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  37. def eachArrayWithMinMaxLike(numberExamples: Int, minSize: Integer, maxSize: Integer): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  38. def eachArrayWithMinMaxLike(name: String, numberExamples: Int, minSize: Integer, maxSize: Integer): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  39. def eachArrayWithMinMaxLike(minSize: Integer, maxSize: Integer): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  40. def eachArrayWithMinMaxLike(name: String, minSize: Integer, maxSize: Integer): PactDslJsonArray

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  41. def eachLike(value: PactDslJsonRootValue, numberExamples: Int): PactDslJsonArray

    Permalink
  42. def eachLike(value: PactDslJsonRootValue): PactDslJsonArray

    Permalink
  43. def eachLike(numberExamples: Int): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  44. def eachLike(): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  45. def eachLike(name: String, numberExamples: Int): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  46. def eachLike(name: String): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  47. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  49. def equalsTo(value: Any): PactDslJsonArray

    Permalink
  50. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  51. def getBody(): AnyRef

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  52. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  53. def getGenerators(): Generators

    Permalink
    Definition Classes
    DslPart
  54. def getMatchers(): Category

    Permalink
    Definition Classes
    DslPart
  55. def getNumberExamples(): Int

    Permalink
  56. def getParent(): DslPart

    Permalink
    Definition Classes
    DslPart
  57. def guid(uuid: String): PactDslJsonArray

    Permalink
  58. def guid(): PactDslJsonArray

    Permalink
  59. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  60. def hexValue(hexValue: String): PactDslJsonArray

    Permalink
  61. def hexValue(): PactDslJsonArray

    Permalink
  62. def id(id: Long): PactDslJsonArray

    Permalink
  63. def id(): PactDslJsonArray

    Permalink
  64. def includesMatcher(value: Any): IncludeMatcher

    Permalink
    Attributes
    protected[au.com.dius.pact.consumer.dsl]
    Definition Classes
    DslPart
  65. def includesStr(value: String): PactDslJsonArray

    Permalink
  66. def integerType(number: Long): PactDslJsonArray

    Permalink
  67. def integerType(): PactDslJsonArray

    Permalink
  68. def ipAddress(): PactDslJsonArray

    Permalink
  69. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  70. def matchDate(format: String): DateMatcher

    Permalink
    Attributes
    protected[au.com.dius.pact.consumer.dsl]
    Definition Classes
    DslPart
  71. def matchMax(max: Integer): MaxTypeMatcher

    Permalink
    Attributes
    protected[au.com.dius.pact.consumer.dsl]
    Definition Classes
    DslPart
  72. def matchMin(min: Integer): MinTypeMatcher

    Permalink
    Attributes
    protected[au.com.dius.pact.consumer.dsl]
    Definition Classes
    DslPart
  73. def matchMinMax(minSize: Integer, maxSize: Integer): MinMaxTypeMatcher

    Permalink
    Attributes
    protected[au.com.dius.pact.consumer.dsl]
    Definition Classes
    DslPart
  74. def matchTime(format: String): TimeMatcher

    Permalink
    Attributes
    protected[au.com.dius.pact.consumer.dsl]
    Definition Classes
    DslPart
  75. def matchTimestamp(format: String): TimestampMatcher

    Permalink
    Attributes
    protected[au.com.dius.pact.consumer.dsl]
    Definition Classes
    DslPart
  76. def matchUrl(basePath: String, pathFragments: <repeated...>[AnyRef]): PactDslJsonArray

    Permalink
  77. def maxArrayLike(size: Integer, value: PactDslJsonRootValue, numberExamples: Int): PactDslJsonArray

    Permalink
  78. def maxArrayLike(size: Integer, value: PactDslJsonRootValue): PactDslJsonArray

    Permalink
  79. def maxArrayLike(size: Integer, numberExamples: Int): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  80. def maxArrayLike(name: String, size: Integer, numberExamples: Int): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  81. def maxArrayLike(size: Integer): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  82. def maxArrayLike(name: String, size: Integer): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  83. def minArrayLike(size: Integer, value: PactDslJsonRootValue, numberExamples: Int): PactDslJsonArray

    Permalink
  84. def minArrayLike(size: Integer, value: PactDslJsonRootValue): PactDslJsonArray

    Permalink
  85. def minArrayLike(size: Integer, numberExamples: Int): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  86. def minArrayLike(name: String, size: Integer, numberExamples: Int): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  87. def minArrayLike(size: Integer): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  88. def minArrayLike(name: String, size: Integer): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  89. def minMaxArrayLike(minSize: Integer, maxSize: Integer, numberExamples: Int): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  90. def minMaxArrayLike(name: String, minSize: Integer, maxSize: Integer, numberExamples: Int): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  91. def minMaxArrayLike(minSize: Integer, maxSize: Integer): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  92. def minMaxArrayLike(name: String, minSize: Integer, maxSize: Integer): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  93. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  94. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  95. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  96. def nullValue(): PactDslJsonArray

    Permalink
  97. def number(value: Number): PactDslJsonArray

    Permalink
  98. def numberType(number: Number): PactDslJsonArray

    Permalink
  99. def numberType(): PactDslJsonArray

    Permalink
  100. def numberValue(value: Number): PactDslJsonArray

    Permalink
  101. def object(): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  102. def object(name: String): PactDslJsonBody

    Permalink
    Definition Classes
    PactDslJsonArrayDslPart
  103. def or(value: Any, rules: <repeated...>[MatchingRule]): PactDslJsonArray

    Permalink
  104. def putArray(object: DslPart): Unit

    Permalink
    Attributes
    protected[au.com.dius.pact.consumer.dsl]
    Definition Classes
    PactDslJsonArrayDslPart
  105. def putObject(object: DslPart): Unit

    Permalink
    Attributes
    protected[au.com.dius.pact.consumer.dsl]
    Definition Classes
    PactDslJsonArrayDslPart
  106. def realType(number: Double): PactDslJsonArray

    Permalink
  107. def realType(): PactDslJsonArray

    Permalink
  108. def regexp(regex: String): RegexMatcher

    Permalink
    Attributes
    protected[au.com.dius.pact.consumer.dsl]
    Definition Classes
    DslPart
  109. def setGenerators(generators: Generators): Unit

    Permalink
    Definition Classes
    DslPart
  110. def setMatchers(matchers: Category): Unit

    Permalink
    Definition Classes
    DslPart
  111. def setNumberExamples(numberExamples: Int): Unit

    Permalink
  112. def string(value: String): PactDslJsonArray

    Permalink
  113. def stringMatcher(regex: String): PactDslJsonArray

    Permalink
  114. def stringMatcher(regex: String, value: String): PactDslJsonArray

    Permalink
  115. def stringType(example: String): PactDslJsonArray

    Permalink
  116. def stringType(): PactDslJsonArray

    Permalink
  117. def stringValue(value: String): PactDslJsonArray

    Permalink
  118. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  119. def template(template: DslPart, occurrences: Int): PactDslJsonArray

    Permalink
  120. def template(template: DslPart): PactDslJsonArray

    Permalink
  121. def time(format: String, example: Date): PactDslJsonArray

    Permalink
  122. def time(format: String): PactDslJsonArray

    Permalink
  123. def time(): PactDslJsonArray

    Permalink
  124. def timestamp(format: String, example: Date): PactDslJsonArray

    Permalink
  125. def timestamp(format: String): PactDslJsonArray

    Permalink
  126. def timestamp(): PactDslJsonArray

    Permalink
  127. def toString(): String

    Permalink
    Definition Classes
    PactDslJsonArray → AnyRef → Any
  128. def uuid(uuid: String): PactDslJsonArray

    Permalink
  129. def uuid(): PactDslJsonArray

    Permalink
  130. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  131. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  132. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DslPart

Inherited from AnyRef

Inherited from Any

Ungrouped