au.com.dius.pact.consumer

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

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

  6. abstract def closeObject(): DslPart

  7. abstract def getBody(): AnyRef

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

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

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

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

  12. abstract def object(): PactDslJsonBody

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

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

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

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

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

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

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

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

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

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

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