Object

com.itv.scalapact

ScalaPactForger

Related Doc: package scalapact

Permalink

object ScalaPactForger

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaPactForger
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait ForgePactElements extends AnyRef

    Permalink
  2. case class ScalaPactDescriptionFinal(consumer: String, provider: String, serverSslContextName: Option[String], interactions: List[ScalaPactInteractionFinal], options: ScalaPactOptions) extends Product with Serializable

    Permalink
  3. class ScalaPactInteraction extends AnyRef

    Permalink
  4. case class ScalaPactInteractionFinal(description: String, providerState: Option[String], sslContextName: Option[String], request: ScalaPactRequest, response: ScalaPactResponse) extends Product with Serializable

    Permalink
  5. sealed trait ScalaPactMatchingRule extends AnyRef

    Permalink
  6. case class ScalaPactMatchingRuleArrayMinLength(key: String, minimum: Int) extends ScalaPactMatchingRule with Product with Serializable

    Permalink
  7. case class ScalaPactMatchingRuleRegex(key: String, regex: String) extends ScalaPactMatchingRule with Product with Serializable

    Permalink
  8. case class ScalaPactMatchingRuleType(key: String) extends ScalaPactMatchingRule with Product with Serializable

    Permalink
  9. case class ScalaPactMatchingRules(rules: List[ScalaPactMatchingRule]) extends Product with Serializable

    Permalink
  10. sealed trait ScalaPactMethod extends AnyRef

    Permalink
  11. case class ScalaPactOptions(writePactFiles: Boolean, outputPath: String) extends Product with Serializable

    Permalink
  12. case class ScalaPactRequest(method: ScalaPactMethod, path: String, query: Option[String], headers: Map[String, String], body: Option[String], matchingRules: Option[List[ScalaPactMatchingRule]]) extends Product with Serializable

    Permalink
  13. case class ScalaPactResponse(status: Int, headers: Map[String, String], body: Option[String], matchingRules: Option[List[ScalaPactMatchingRule]]) extends Product with Serializable

    Permalink

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. object DELETE extends ScalaPactMethod with Product with Serializable

    Permalink
  5. object GET extends ScalaPactMethod with Product with Serializable

    Permalink
  6. object OPTIONS extends ScalaPactMethod with Product with Serializable

    Permalink
  7. object POST extends ScalaPactMethod with Product with Serializable

    Permalink
  8. object PUT extends ScalaPactMethod with Product with Serializable

    Permalink
  9. object ScalaPactOptions extends Serializable

    Permalink
  10. object ScalaPactRequest extends Serializable

    Permalink
  11. object ScalaPactResponse extends Serializable

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. object bodyArrayMinimumLengthRule

    Permalink
  14. object bodyRegexRule

    Permalink
  15. object bodyTypeRule

    Permalink
  16. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. object forgePact extends ForgePactElements

    Permalink
  21. object forgeStrictPact extends ForgePactElements

    Permalink
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. object headerRegexRule

    Permalink
  25. object interaction

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. implicit val options: ScalaPactOptions

    Permalink
  31. implicit def rulesToOptionalList(rules: ScalaPactMatchingRules): Option[List[ScalaPactMatchingRule]]

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

    Permalink
    Definition Classes
    AnyRef
  33. implicit def toOption[A](a: A): Option[A]

    Permalink
  34. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped