Trait/Object

org.genivi.sota.marshalling

CirceInstances

Related Docs: object CirceInstances | package marshalling

Permalink

trait CirceInstances extends AnyRef

Some datatypes we use don't have predefined JSON encoders and decoders in Circe, so we add them here.

See also

https://github.com/travisbrown/circe

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CirceInstances
  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 def anyValUnwrappedEncoder[A <: AnyVal, B <: HList, C](implicit gen: Aux[A, B], hCons: Aux[B, C, HNil], wrappedEncoder: Encoder[C]): Encoder[A]

    Permalink
  5. implicit def anyValWrapDecoder[A <: AnyVal, B <: HList, C](implicit gen: Aux[A, B], ev: =:=[::[C, HNil], B], wrappedDecoder: Decoder[C]): Decoder[A]

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit val customUuidDecoder: Decoder[Uuid]

    Permalink
  9. implicit val customUuidEncoder: Encoder[Uuid]

    Permalink
  10. implicit val customUuidKeyDecoder: KeyDecoder[Uuid]

    Permalink
  11. implicit val dateTimeDecoder: Decoder[Instant]

    Permalink
  12. implicit val dateTimeEncoder: Encoder[Instant]

    Permalink
  13. implicit val deviceIdDecoder: Decoder[DeviceId]

    Permalink
  14. implicit val deviceIdEncoder: Encoder[DeviceId]

    Permalink
  15. implicit val deviceNameDecoder: Decoder[DeviceName]

    Permalink
  16. implicit val deviceNameEncoder: Encoder[DeviceName]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. implicit val intervalDecoder: Decoder[Interval]

    Permalink
  23. implicit val intervalEncoder: Encoder[Interval]

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. implicit val javaUuidDecoder: Decoder[UUID]

    Permalink
  26. implicit val javaUuidEncoder: Encoder[UUID]

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. implicit val packageIdDecoder: Decoder[PackageId]

    Permalink
  31. implicit val packageIdEncoder: Encoder[PackageId]

    Permalink
  32. implicit def refinedDecoder[T, P](implicit decoder: Decoder[T], p: Plain[T, P]): Decoder[Refined[T, P]]

    Permalink
  33. implicit def refinedEncoder[T, P](implicit encoder: Encoder[T]): Encoder[Refined[T, P]]

    Permalink
  34. implicit def refinedMapDecoder[K <: Refined[_, _], V](implicit keyDecoder: Decoder[K], valueDecoder: Decoder[V]): Decoder[Map[K, V]]

    Permalink
  35. implicit def refinedMapEncoder[K <: Refined[_, _], V](implicit keyEncoder: Encoder[K], valueEncoder: Encoder[V]): Encoder[Map[K, V]]

    Permalink
  36. implicit def showableKeyEncoder[K](implicit show: Show[K]): KeyEncoder[K]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. implicit val uriDecoder: Decoder[Uri]

    Permalink
  40. implicit val uriEncoder: Encoder[Uri]

    Permalink
  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 AnyRef

Inherited from Any

Ungrouped