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 JsonMapper(key: String, jsonPath: String, transform: (String) ⇒ String = identity) extends Mapper with Product with Serializable

    Permalink
  3. sealed trait Mapper extends AnyRef

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

    Permalink
  5. class PlaceholderParser extends Parser

    Permalink
  6. trait Resolvable[A] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  7. class Resolver extends AnyRef

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

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

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

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

    Permalink

Value Members

  1. object Resolvable

    Permalink
  2. object Resolver

    Permalink
  3. object SimpleMapper extends Serializable

    Permalink

Ungrouped