Class

au.com.dius.pact.consumer.dsl

DslPart

Related Doc: package dsl

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

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

    Permalink

Abstract Value Members

  1. abstract def array(): PactDslJsonArray

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

    Permalink
  3. abstract def arrayLike(): PactDslJsonBody

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

    Permalink
  5. abstract def close(): DslPart

    Permalink
  6. abstract def closeArray(): DslPart

    Permalink
  7. abstract def closeObject(): DslPart

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

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

    Permalink
  10. abstract def eachArrayLike(): PactDslJsonArray

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  22. abstract def eachLike(): PactDslJsonBody

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

    Permalink
  24. abstract def getBody(): AnyRef

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

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

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

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

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

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

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

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

    Permalink
  33. abstract def object(): PactDslJsonBody

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

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

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

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

Concrete 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 asArray(): PactDslJsonArray

    Permalink
  5. def asBody(): PactDslJsonBody

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

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

    Permalink
  13. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped