au.com.dius.pact.consumer.dsl

DslPart

abstract class DslPart extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DslPart
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DslPart(rootPath: String, rootName: String)

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

Abstract Value Members

  1. abstract def array(): PactDslJsonArray

  2. abstract def array(name: String): PactDslJsonArray

  3. abstract def arrayLike(): PactDslJsonBody

  4. abstract def arrayLike(name: String): PactDslJsonBody

  5. abstract def close(): DslPart

  6. abstract def closeArray(): DslPart

  7. abstract def closeObject(): DslPart

  8. abstract def eachArrayLike(numberExamples: Int): PactDslJsonArray

  9. abstract def eachArrayLike(name: String, numberExamples: Int): PactDslJsonArray

  10. abstract def eachArrayLike(): PactDslJsonArray

  11. abstract def eachArrayLike(name: String): PactDslJsonArray

  12. abstract def eachArrayWithMaxLike(numberExamples: Int, size: Integer): PactDslJsonArray

  13. abstract def eachArrayWithMaxLike(name: String, numberExamples: Int, size: Integer): PactDslJsonArray

  14. abstract def eachArrayWithMaxLike(size: Integer): PactDslJsonArray

  15. abstract def eachArrayWithMaxLike(name: String, size: Integer): PactDslJsonArray

  16. abstract def eachArrayWithMinLike(numberExamples: Int, size: Integer): PactDslJsonArray

  17. abstract def eachArrayWithMinLike(name: String, numberExamples: Int, size: Integer): PactDslJsonArray

  18. abstract def eachArrayWithMinLike(size: Integer): PactDslJsonArray

  19. abstract def eachArrayWithMinLike(name: String, size: Integer): PactDslJsonArray

  20. abstract def eachLike(numberExamples: Int): PactDslJsonBody

  21. abstract def eachLike(name: String, numberExamples: Int): PactDslJsonBody

  22. abstract def eachLike(): PactDslJsonBody

  23. abstract def eachLike(name: String): PactDslJsonBody

  24. abstract def getBody(): AnyRef

  25. abstract def maxArrayLike(size: Integer, numberExamples: Int): PactDslJsonBody

  26. abstract def maxArrayLike(name: String, size: Integer, numberExamples: Int): PactDslJsonBody

  27. abstract def maxArrayLike(size: Integer): PactDslJsonBody

  28. abstract def maxArrayLike(name: String, size: Integer): PactDslJsonBody

  29. abstract def minArrayLike(size: Integer, numberExamples: Int): PactDslJsonBody

  30. abstract def minArrayLike(name: String, size: Integer, numberExamples: Int): PactDslJsonBody

  31. abstract def minArrayLike(size: Integer): PactDslJsonBody

  32. abstract def minArrayLike(name: String, size: Integer): PactDslJsonBody

  33. abstract def object(): PactDslJsonBody

  34. abstract def object(name: String): PactDslJsonBody

  35. abstract def putArray(object: DslPart): Unit

    Attributes
    protected[au.com.dius.pact.consumer.dsl]
  36. abstract def putObject(object: DslPart): Unit

    Attributes
    protected[au.com.dius.pact.consumer.dsl]

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def asArray(): PactDslJsonArray

  7. def asBody(): PactDslJsonBody

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getMatchers(): Map[String, Map[String, AnyRef]]

  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def matchDate(format: String): Map[String, AnyRef]

    Attributes
    protected[au.com.dius.pact.consumer.dsl]
  18. def matchMax(max: Integer): Map[String, AnyRef]

    Attributes
    protected[au.com.dius.pact.consumer.dsl]
  19. def matchMin(min: Integer): Map[String, AnyRef]

    Attributes
    protected[au.com.dius.pact.consumer.dsl]
  20. def matchTime(format: String): Map[String, AnyRef]

    Attributes
    protected[au.com.dius.pact.consumer.dsl]
  21. def matchTimestamp(format: String): Map[String, AnyRef]

    Attributes
    protected[au.com.dius.pact.consumer.dsl]
  22. def matchType(type: String): Map[String, AnyRef]

    Attributes
    protected[au.com.dius.pact.consumer.dsl]
  23. def matchType(): Map[String, AnyRef]

    Attributes
    protected[au.com.dius.pact.consumer.dsl]
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def regexp(regex: String): Map[String, AnyRef]

    Attributes
    protected[au.com.dius.pact.consumer.dsl]
  28. def setMatchers(matchers: Map[String, Map[String, AnyRef]]): Unit

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

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped