Object/Trait

com.geteit.json

JsonDecoder

Related Docs: trait JsonDecoder | package json

Permalink

object JsonDecoder

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JsonDecoder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

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. implicit val BooleanDecoder: JsonDecoder[Boolean]

    Permalink
  5. implicit val ByteDecoder: JsonDecoder[Byte]

    Permalink
  6. implicit val DateDecoder: JsonDecoder[Date]

    Permalink
  7. implicit val DoubleDecoder: JsonDecoder[Double]

    Permalink
  8. implicit val FileDecoder: JsonDecoder[File]

    Permalink
  9. implicit val FiniteDurationDecoder: JsonDecoder[FiniteDuration]

    Permalink
  10. implicit val FloatDecoder: JsonDecoder[Float]

    Permalink
  11. def ImplHelper[T](c: Context, value: Boolean = false)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[JsonDecoder[T]]

    Permalink
  12. implicit val IntDecoder: JsonDecoder[Int]

    Permalink
  13. implicit val LongDecoder: JsonDecoder[Long]

    Permalink
  14. implicit val ShortDecoder: JsonDecoder[Short]

    Permalink
  15. implicit val StringDecoder: JsonDecoder[String]

    Permalink
  16. implicit val UriDecoder: JsonDecoder[Uri]

    Permalink
  17. def apply[T](f: (JsonReader) ⇒ T): JsonDecoder[T]

    Permalink
  18. macro def apply[T]: JsonDecoder[T]

    Permalink
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def decode[T](reader: JsonReader)(implicit arg0: JsonDecoder[T]): T

    Permalink
  22. def decode[T](json: String)(implicit arg0: JsonDecoder[T]): T

    Permalink
  23. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def impl[T](c: Context)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[JsonDecoder[T]]

    Permalink
  29. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def on[A, B](f: (B) ⇒ A)(implicit arg0: JsonDecoder[B]): JsonDecoder[A]

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

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. macro def valueDecoder[T]: JsonDecoder[T]

    Permalink
  37. def valueImpl[T](c: Context)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[JsonDecoder[T]]

    Permalink
  38. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped