Object

com.github.sergeygrigorev.util.instances

gson

Related Doc: package instances

Permalink

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. gson
  2. JsonOtherTypes
  3. JsonCollections
  4. JsonShapelessDecoder
  5. JsonObjects
  6. JsonPrimitives
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait CoproductMap[F] extends AnyRef

    Permalink
    Definition Classes
    JsonShapelessDecoder
  2. type CoproductMapType = Map[String, ElementDecoder[_]]

    Permalink
    Definition Classes
    JsonShapelessDecoder
  3. type StringMap[A] = Map[String, A]

    Permalink
    Definition Classes
    JsonCollections

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 cnilMap: CoproductMap[CNil]

    Permalink
    Definition Classes
    JsonShapelessDecoder
  12. implicit def coproductGeneric[A, R <: Coproduct](implicit gen: Aux[A, R], map: Lazy[CoproductMap[R]]): ElementDecoder[A]

    Permalink
    Definition Classes
    JsonShapelessDecoder
  13. implicit def coproductMap[K <: Symbol, H, T <: Coproduct](implicit witness: Aux[K], hval: Lazy[ElementDecoder[H]], tail: CoproductMap[T]): CoproductMap[:+:[FieldType[K, H], T]]

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

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

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

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

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

    Permalink
    Definition Classes
    JsonPrimitives
  19. implicit def genericHListDecoder[A, R <: HList](implicit gen: Aux[A, R], dec: Lazy[ElementDecoder[R]]): ElementDecoder[A]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. implicit def hashMapDecoder[T](implicit arg0: ElementDecoder[T]): ElementDecoder[StringMap[T]]

    Permalink
    Definition Classes
    JsonCollections
  23. 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
  24. implicit def hnilDecoder: ElementDecoder[HNil]

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

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

    Permalink
    Definition Classes
    Any
  27. implicit def jsonCollectionToFieldDecoder[F[_], T](implicit ev: ElementDecoder[F[T]]): FieldDecoder[F[T]]

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

    Permalink
    Definition Classes
    JsonObjects
  29. implicit def jsonListDecoder[T](implicit arg0: ElementDecoder[T]): ElementDecoder[List[T]]

    Permalink
    Definition Classes
    JsonCollections
  30. implicit def jsonMapToFieldDecoder[F[_, _], K, V](implicit ev: ElementDecoder[F[K, V]]): FieldDecoder[F[K, V]]

    Permalink
    Definition Classes
    JsonObjects
  31. implicit val jsonObjectDecoder: ElementDecoder[JsonObject]

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

    Permalink
    Definition Classes
    JsonPrimitives
  33. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    JsonObjects
  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. final def wait(): Unit

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

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

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

Inherited from JsonOtherTypes

Inherited from JsonCollections

Inherited from JsonShapelessDecoder

Inherited from JsonObjects

Inherited from JsonPrimitives

Inherited from AnyRef

Inherited from Any

Ungrouped