Class

au.com.dius.pact.consumer

DslPart

Related Doc: package consumer

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(root: String)

    Permalink
  2. new DslPart(parent: DslPart, root: 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 closeArray(): DslPart

    Permalink
  6. abstract def closeObject(): DslPart

    Permalink
  7. abstract def eachLike(): PactDslJsonBody

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

    Permalink
  9. abstract def getBody(): AnyRef

    Permalink
    Attributes
    protected[au.com.dius.pact.consumer]
  10. abstract def maxArrayLike(size: Integer): PactDslJsonBody

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

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

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

    Permalink
  14. abstract def object(): PactDslJsonBody

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

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

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

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

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, 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]
  16. def matchMax(max: Integer): Map[String, AnyRef]

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

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

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

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

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

    Permalink
    Attributes
    protected[au.com.dius.pact.consumer]
  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]
  26. def setMatchers(matchers: 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