Packages

trait Encoder[Json] extends codec.Encoder

Linear Supertypes
codec.Encoder, Codec, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Encoder
  2. Encoder
  3. Codec
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class WithEJson extends AnyRef
  2. implicit class WithT[T] extends AnyRef

Abstract Value Members

  1. implicit abstract def boolToJson: (Boolean) ⇒ Json
  2. implicit abstract def doubleToJson: (Double) ⇒ Json
  3. implicit abstract def intToJson: (Int) ⇒ Json
  4. implicit abstract def jNull: Json
  5. implicit abstract def jsonToNoSpacesString: (Json) ⇒ String
  6. implicit abstract def listMapToJson: (ListMap[String, Json]) ⇒ Json
  7. implicit abstract def listToJson: (List[Json]) ⇒ Json
  8. implicit abstract def longToJson: (Long) ⇒ Json
  9. implicit abstract def mapToJson: (Map[String, Json]) ⇒ Json
  10. implicit abstract def stringToJson: (String) ⇒ Json
  11. implicit abstract def t2ToJson: ((Json, Json)) ⇒ Json
  12. implicit abstract def t3ToJson: ((Json, Json, Json)) ⇒ Json
  13. implicit abstract def t4ToJson: ((Json, Json, Json, Json)) ⇒ Json
  14. implicit abstract def tupleListToJson: (List[(Json, Json)]) ⇒ Json

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. implicit val dateToJson: (Instant) ⇒ Json
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit val geoToJson: (Geometry) ⇒ Json
  10. lazy val geojsonEncoder: geojson.Encoder[Json]
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. implicit def listToJson2[T](list: List[T])(implicit f: (T) ⇒ Json): Json
  15. implicit val localdateToJson: (LocalDate) ⇒ Json
  16. implicit val localdatetimeToJson: (LocalDateTime) ⇒ Json
  17. implicit val localtimeToJson: (LocalTime) ⇒ Json
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from codec.Encoder

Inherited from Codec

Inherited from AnyRef

Inherited from Any

Ungrouped