Trait

com.rasterfoundry.common

JsonCodecs

Related Doc: package common

Permalink

trait JsonCodecs extends AnyRef

Annotations
@SuppressWarnings()
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonCodecs
  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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. implicit val decodeHexRGBA: Decoder[RGBA]

    Permalink
  7. implicit val decodeKeyDouble: KeyDecoder[Double]

    Permalink
  8. val directUUIDDecoder: Decoder[UUID]

    Permalink
  9. implicit val encodeKeyDouble: KeyEncoder[Double]

    Permalink
  10. implicit val encodeRgbaAsHex: Encoder[RGBA]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. implicit val projectedGeometryDecoder: Decoder[Projected[Geometry]]

    Permalink
  21. implicit val projectedGeometryEncoder: Encoder[Projected[Geometry]]

    Permalink
  22. implicit val projectedMultiPolygonDecoder: Decoder[Projected[MultiPolygon]]

    Permalink
  23. implicit val projectedMultiPolygonEncoder: Encoder[Projected[MultiPolygon]]

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

    Permalink
    Definition Classes
    AnyRef
  25. implicit val timeRangeDecoder: Decoder[(LocalDate, LocalDate)]

    Permalink
  26. implicit val timeRangeEncoder: Encoder[(LocalDate, LocalDate)]

    Permalink
  27. implicit val timestampDecoder: Decoder[Timestamp]

    Permalink
  28. implicit val timestampEncoder: Encoder[Timestamp]

    Permalink
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. implicit val uriDecoder: Decoder[URI]

    Permalink
  31. implicit val uriEncoder: Encoder[URI]

    Permalink
  32. implicit val uuidDecoder: Decoder[UUID]

    Permalink
  33. implicit val uuidEncoder: Encoder[UUID]

    Permalink
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. val withUUIDFieldUUIDDecoder: Decoder[UUID]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped