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 eachArrayWithMinMaxLike(numberExamples: Int, minSize: Integer, maxSize: Integer): PactDslJsonArray

    Permalink
  21. abstract def eachArrayWithMinMaxLike(name: String, numberExamples: Int, minSize: Integer, maxSize: Integer): PactDslJsonArray

    Permalink
  22. abstract def eachArrayWithMinMaxLike(minSize: Integer, maxSize: Integer): PactDslJsonArray

    Permalink
  23. abstract def eachArrayWithMinMaxLike(name: String, minSize: Integer, maxSize: Integer): PactDslJsonArray

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

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

    Permalink
  26. abstract def eachLike(): PactDslJsonBody

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

    Permalink
  28. abstract def getBody(): AnyRef

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

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

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

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

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

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

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

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

    Permalink
  37. abstract def minMaxArrayLike(minSize: Integer, maxSize: Integer, numberExamples: Int): PactDslJsonBody

    Permalink
  38. abstract def minMaxArrayLike(name: String, minSize: Integer, maxSize: Integer, numberExamples: Int): PactDslJsonBody

    Permalink
  39. abstract def minMaxArrayLike(minSize: Integer, maxSize: Integer): PactDslJsonBody

    Permalink
  40. abstract def minMaxArrayLike(name: String, minSize: Integer, maxSize: Integer): PactDslJsonBody

    Permalink
  41. abstract def object(): PactDslJsonBody

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

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

    Permalink
    Attributes
    protected[au.com.dius.pact.consumer.dsl]
  44. 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 getGenerators(): Generators

    Permalink
  13. def getMatchers(): Category

    Permalink
  14. def getParent(): DslPart

    Permalink
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def includesMatcher(value: Any): IncludeMatcher

    Permalink
    Attributes
    protected[au.com.dius.pact.consumer.dsl]
  17. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def regexp(regex: String): RegexMatcher

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

    Permalink
  29. def setMatchers(matchers: Category): Unit

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped