Object/Trait

com.persist.json

WriteCodec

Related Docs: trait WriteCodec | package json

Permalink

object WriteCodec extends LabelledTypeClassCompanion[WriteCodec]

Linear Supertypes
LabelledTypeClassCompanion[WriteCodec], LabelledProductTypeClassCompanion[WriteCodec], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WriteCodec
  2. LabelledTypeClassCompanion
  3. LabelledProductTypeClassCompanion
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait SimpleCodec[T] extends WriteCodec[T]

    Permalink
  2. trait Wrap[KV] extends AnyRef

    Permalink
    Definition Classes
    LabelledProductTypeClassCompanion

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 object BigDecimalCodec extends SimpleCodec[BigDecimal]

    Permalink
  5. implicit object BooleanCodec extends SimpleCodec[Boolean]

    Permalink
  6. implicit object ByteCodec extends SimpleCodec[Byte]

    Permalink
  7. implicit object CharCodec extends WriteCodec[Char]

    Permalink
  8. implicit object DoubleCodec extends SimpleCodec[Double]

    Permalink
  9. implicit object IntCodec extends SimpleCodec[Int]

    Permalink
  10. implicit object IntegerCodec extends SimpleCodec[Integer]

    Permalink
  11. implicit object LongCodec extends SimpleCodec[Long]

    Permalink
  12. implicit object ShortCodec extends SimpleCodec[Short]

    Permalink
  13. implicit object StringCodec extends SimpleCodec[String]

    Permalink
  14. object Wrap

    Permalink
    Definition Classes
    LabelledProductTypeClassCompanion
  15. def apply[T](implicit ct: Lazy[WriteCodec[T]]): WriteCodec[T]

    Permalink
    Definition Classes
    LabelledProductTypeClassCompanion
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. implicit val byteBuffer: WriteCodec[ByteBuffer] { def write(obj: java.nio.ByteBuffer): String }

    Permalink
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. implicit def complexMap[K, V](implicit arg0: WriteCodec[K], arg1: WriteCodec[V]): WriteCodec[Map[K, V]]

    Permalink
  20. implicit def deriveCCons[HK <: Symbol, HV, TKV <: Coproduct](implicit ch: Lazy[WriteCodec[HV]], key: Aux[HK], ct: Lazy[Wrap[TKV] { type V <: shapeless.Coproduct }]): Aux[:+:[FieldType[HK, HV], TKV], :+:[HV, (value)#V]]

    Permalink
    Definition Classes
    LabelledTypeClassCompanion
  21. implicit def deriveCNil: Aux[CNil, CNil]

    Permalink
    Definition Classes
    LabelledTypeClassCompanion
  22. implicit def deriveHCons[HK <: Symbol, HV, TKV <: HList](implicit ch: Lazy[WriteCodec[HV]], key: Aux[HK], ct: Lazy[Wrap[TKV] { type V <: shapeless.HList }]): Aux[::[FieldType[HK, HV], TKV], ::[HV, (value)#V]]

    Permalink
    Definition Classes
    LabelledProductTypeClassCompanion
  23. implicit def deriveHNil: Aux[HNil, HNil]

    Permalink
    Definition Classes
    LabelledProductTypeClassCompanion
  24. implicit def deriveInstance[T, LKV](implicit lgen: Aux[T, LKV], lwclkv: Lazy[Wrap[LKV]]): WriteCodec[T]

    Permalink
    Definition Classes
    LabelledProductTypeClassCompanion
  25. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. implicit def iterable[V](implicit arg0: WriteCodec[V]): WriteCodec[Iterable[V]] { def write(obj: Iterable[V]): com.persist.JsonOps.JsonArray }

    Permalink
  32. implicit val jsonObject: WriteCodec[JsonObject] { def write(obj: com.persist.JsonOps.JsonObject): com.persist.JsonOps.JsonObject }

    Permalink
  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 option[V](implicit arg0: WriteCodec[V]): WriteCodec[Option[V]]

    Permalink
  37. implicit def seq[V](implicit arg0: WriteCodec[V]): WriteCodec[Seq[V]] { def write(obj: Seq[V]): com.persist.JsonOps.JsonArray }

    Permalink
  38. implicit def simpleImmutableMap[V](implicit arg0: WriteCodec[V]): WriteCodec[Map[String, V]] { def write(obj: Map[String,V]): com.persist.JsonOps.JsonObject }

    Permalink
  39. implicit def simpleMap[V](implicit arg0: WriteCodec[V]): WriteCodec[Map[String, V]] { def write(obj: scala.collection.Map[String,V]): com.persist.JsonOps.JsonObject }

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  42. val typeClass: LabelledTypeClass[WriteCodec]

    Permalink
    Definition Classes
    WriteCodec → LabelledTypeClassCompanion → LabelledProductTypeClassCompanion
  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 LabelledTypeClassCompanion[WriteCodec]

Inherited from LabelledProductTypeClassCompanion[WriteCodec]

Inherited from AnyRef

Inherited from Any

Ungrouped