Packages

o

com.qvantel.jsonapi.model.TopLevel

TopLevelJsonFormat

implicit object TopLevelJsonFormat extends JsonApiFormat[TopLevel]

Linear Supertypes
JsonApiFormat[TopLevel], RootJsonFormat[TopLevel], JsonFormat[TopLevel], JsonApiWriter[TopLevel], RootJsonWriter[TopLevel], JsonWriter[TopLevel], JsonApiReader[TopLevel], RootJsonReader[TopLevel], JsonReader[TopLevel], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TopLevelJsonFormat
  2. JsonApiFormat
  3. RootJsonFormat
  4. JsonFormat
  5. JsonApiWriter
  6. RootJsonWriter
  7. JsonWriter
  8. JsonApiReader
  9. RootJsonReader
  10. JsonReader
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def included(obj: TopLevel, sparseFields: Map[String, List[String]] = Map.empty): Set[JsObject]
    Definition Classes
    TopLevelJsonFormat → JsonApiWriter
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def read(primary: JsValue, included: Map[(String, String), JsObject], includePaths: Set[String], includePath: String): TopLevel
    Definition Classes
    TopLevelJsonFormat → JsonApiReader
  17. def read(json: JsValue): TopLevel
    Definition Classes
    TopLevelJsonFormat → JsonApiReader → JsonReader
  18. def read(primary: JsValue, included: Set[JsObject], includePaths: Set[String], includePath: String): TopLevel
    Definition Classes
    JsonApiReader
  19. def read(primary: JsValue, included: Set[JsObject]): TopLevel
    Definition Classes
    JsonApiReader
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. def write(obj: TopLevel): JsValue
    Definition Classes
    TopLevelJsonFormat → JsonApiWriter → JsonWriter
  26. def write(obj: TopLevel, sparseFields: Map[String, List[String]]): JsValue
    Definition Classes
    TopLevelJsonFormat → JsonApiWriter

Inherited from JsonApiFormat[TopLevel]

Inherited from RootJsonFormat[TopLevel]

Inherited from JsonFormat[TopLevel]

Inherited from JsonApiWriter[TopLevel]

Inherited from RootJsonWriter[TopLevel]

Inherited from JsonWriter[TopLevel]

Inherited from JsonApiReader[TopLevel]

Inherited from RootJsonReader[TopLevel]

Inherited from JsonReader[TopLevel]

Inherited from AnyRef

Inherited from Any

Ungrouped