Object

com.github.sergeygrigorev.util.instances

gson

Related Doc: package instances

Permalink

object gson extends JsonPrimitives with JsonObjects with JsonShapelessDecoder with JsonCollections with JsonOtherTypes with JsonElementToJsonDecoder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. gson
  2. JsonElementToJsonDecoder
  3. JsonOtherTypes
  4. JsonCollections
  5. JsonShapelessDecoder
  6. JsonObjects
  7. JsonPrimitives
  8. AnyRef
  9. 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. implicit val bigDecimalPrimitiveParser: ElementDecoder[BigDecimal]

    Permalink
    Definition Classes
    JsonOtherTypes
  6. implicit val bigIntegerPrimitiveParser: ElementDecoder[BigInt]

    Permalink
    Definition Classes
    JsonOtherTypes
  7. implicit val booleanPrimitiveParser: ElementDecoder[Boolean]

    Permalink
    Definition Classes
    JsonPrimitives
  8. implicit val bytePrimitiveParser: ElementDecoder[Byte]

    Permalink
    Definition Classes
    JsonPrimitives
  9. implicit val charPrimitiveParser: ElementDecoder[Char]

    Permalink
    Definition Classes
    JsonPrimitives
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. implicit val cnilDecoder: ElementDecoder[CNil]

    Permalink
    Definition Classes
    JsonShapelessDecoder
  12. implicit def coproductDecoder[K <: Symbol, H, T <: Coproduct](implicit witness: Aux[K], hDecoder: Lazy[ElementDecoder[H]], tDecoder: ElementDecoder[T]): ElementDecoder[:+:[FieldType[K, H], T]]

    Permalink
    Definition Classes
    JsonShapelessDecoder
  13. implicit val doublePrimitiveParser: ElementDecoder[Double]

    Permalink
    Definition Classes
    JsonPrimitives
  14. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. implicit val floatPrimitiveParser: ElementDecoder[Float]

    Permalink
    Definition Classes
    JsonPrimitives
  18. implicit def genericDecoder[A, R](implicit gen: Aux[A, R], dec: Lazy[ElementDecoder[R]]): ElementDecoder[A]

    Permalink
    Definition Classes
    JsonShapelessDecoder
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. implicit def hlistDecoder[K <: Symbol, H, T <: HList](implicit witness: Aux[K], hDecoder: Lazy[FieldDecoder[H]], tDecoder: ElementDecoder[T]): ElementDecoder[::[FieldType[K, H], T]]

    Permalink
    Definition Classes
    JsonShapelessDecoder
  22. implicit def hnilDecoder: ElementDecoder[HNil]

    Permalink
    Definition Classes
    JsonShapelessDecoder
  23. implicit val intPrimitiveParser: ElementDecoder[Int]

    Permalink
    Definition Classes
    JsonPrimitives
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. implicit val jsonArrayDecoder: ElementDecoder[JsonArray]

    Permalink
    Definition Classes
    JsonObjects
  26. implicit val jsonElementDecoder: ElementDecoder[JsonElement]

    Permalink
    Definition Classes
    JsonObjects
  27. implicit def jsonElementToFieldDecoder[T](implicit arg0: ElementDecoder[T]): FieldDecoder[T]

    Permalink
    Definition Classes
    JsonElementToJsonDecoder
  28. implicit val jsonObjectDecoder: ElementDecoder[JsonObject]

    Permalink
    Definition Classes
    JsonObjects
  29. implicit val jsonPrimitiveDecoder: ElementDecoder[JsonPrimitive]

    Permalink
    Definition Classes
    JsonObjects
  30. implicit val longPrimitiveParser: ElementDecoder[Long]

    Permalink
    Definition Classes
    JsonPrimitives
  31. implicit def mapDecoder[T, M[_, _]](implicit arg0: ElementDecoder[T], builder: CanBuildFrom[Nothing, (String, T), M[String, T]]): ElementDecoder[M[String, T]]

    Permalink
    Definition Classes
    JsonCollections
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  35. implicit def optionObjectDecoder[T](implicit arg0: FieldDecoder[T]): FieldDecoder[Option[T]]

    Permalink
    Definition Classes
    JsonElementToJsonDecoder
  36. implicit def sequenceDecoder[E, S[_]](implicit arg0: ElementDecoder[E], builder: CanBuildFrom[Nothing, E, S[E]]): ElementDecoder[S[E]]

    Permalink
    Definition Classes
    JsonCollections
  37. implicit val shortPrimitiveParser: ElementDecoder[Short]

    Permalink
    Definition Classes
    JsonPrimitives
  38. implicit val stringPrimitiveParser: ElementDecoder[String]

    Permalink
    Definition Classes
    JsonOtherTypes
  39. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  41. implicit def tuple1ToFieldDecoder[F[_], T](implicit ev: ElementDecoder[F[T]]): FieldDecoder[F[T]]

    Permalink
    Definition Classes
    JsonElementToJsonDecoder
  42. implicit def tuple2ToFieldDecoder[F[_, _], T1, T2](implicit ev: ElementDecoder[F[T1, T2]]): FieldDecoder[F[T1, T2]]

    Permalink
    Definition Classes
    JsonElementToJsonDecoder
  43. final def wait(): Unit

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

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

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

Inherited from JsonElementToJsonDecoder

Inherited from JsonOtherTypes

Inherited from JsonCollections

Inherited from JsonShapelessDecoder

Inherited from JsonObjects

Inherited from JsonPrimitives

Inherited from AnyRef

Inherited from Any

Ungrouped