Packages

p

one.xingyi.core

parserAndWriter

package parserAndWriter

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class AlwaysParserFinder[M[_], T](parser: Parser[T])(implicit m: Functor[M]) extends ParserFinder[M, T] with Product with Serializable
  2. case class MapParserFinder[M[_], Fail, T](map: Map[Option[ContentType], Parser[T]])(implicit m: MonadCanFail[M, Fail], parserFailer: ParserFailer[Fail]) extends ParserFinder[M, T] with Product with Serializable
  3. trait Parser[T] extends AnyRef
  4. trait ParserFailer[Fail] extends AnyRef
  5. trait ParserFinder[M[_], T] extends AnyRef
    Annotations
    @implicitNotFound("ParserFinder of type [${T}] not found. Is it because you need another implicit in scope? The simplest way to get one in scope if there is only one JSON representation is to implement FromJson[T]")
  6. trait Writer[T] extends AnyRef

Value Members

  1. object Parser
  2. object ParserFinder
  3. object Writer

Ungrouped