Package

com.github.agourlay.cornichon

resolver

Permalink

package resolver

Visibility
  1. Public
  2. All

Type Members

  1. case class AmbiguousKeyDefinition(key: String) extends Exception with CornichonError with Product with Serializable

    Permalink
  2. case class GenMapper(gen: Gen[String]) extends Mapper with Product with Serializable

    Permalink
  3. case class GeneratorError(placeholder: String) extends Exception with CornichonError with Product with Serializable

    Permalink
  4. case class JsonMapper(key: String, jsonPath: String, transform: (String) ⇒ String = identity) extends Mapper with Product with Serializable

    Permalink
  5. sealed trait Mapper extends AnyRef

    Permalink
  6. case class Placeholder(key: String, index: Option[Int]) extends Product with Serializable

    Permalink
  7. class PlaceholderParser extends Parser

    Permalink
  8. trait Resolvable[A] extends AnyRef

    Permalink
  9. class Resolver extends AnyRef

    Permalink
  10. case class ResolverParsingError(input: String, error: Throwable) extends Exception with CornichonError with Product with Serializable

    Permalink
  11. case class SimpleMapper(generator: () ⇒ String) extends Mapper with Product with Serializable

    Permalink
  12. case class SimpleMapperError[A](key: String, e: Throwable) extends Exception with CornichonError with Product with Serializable

    Permalink
  13. case class TextMapper(key: String, transform: (String) ⇒ String = identity) extends Mapper with Product with Serializable

    Permalink

Value Members

  1. object GenMapper extends Serializable

    Permalink
  2. object Resolvable

    Permalink
  3. object Resolver

    Permalink
  4. object SimpleMapper extends Serializable

    Permalink

Ungrouped