com.yetu.siren.json.playjson

PlayJsonSirenFormat

object PlayJsonSirenFormat extends PlayJsonSirenFormat

Linear Supertypes
PlayJsonSirenFormat, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PlayJsonSirenFormat
  2. PlayJsonSirenFormat
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. implicit val actionFormat: Format[Action]

    Play-JSON format for a Siren action.

    Play-JSON format for a Siren action.

    Definition Classes
    PlayJsonSirenFormat
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit lazy val embeddedEntityFormat: Format[EmbeddedEntity]

    Play-JSON writer for a Siren embedded entity.

    Play-JSON writer for a Siren embedded entity.

    Definition Classes
    PlayJsonSirenFormat
  10. implicit lazy val embeddedLinkReads: Reads[EmbeddedLink]

    Play-JSON reads for a Siren embedded link.

    Play-JSON reads for a Siren embedded link.

    Definition Classes
    PlayJsonSirenFormat
  11. implicit lazy val embeddedLinkWriter: Writes[EmbeddedLink]

    Play-JSON writer for a Siren embedded link.

    Play-JSON writer for a Siren embedded link.

    Definition Classes
    PlayJsonSirenFormat
  12. implicit lazy val embeddedRepresentationReads: Reads[EmbeddedRepresentation]

    Play-JSON reads for a Siren embedded representation.

    Play-JSON reads for a Siren embedded representation.

    Definition Classes
    PlayJsonSirenFormat
  13. implicit lazy val embeddedRepresentationWriter: Writes[EmbeddedRepresentation]

    Play-JSON writer for a Siren embedded representation.

    Play-JSON writer for a Siren embedded representation.

    Definition Classes
    PlayJsonSirenFormat
  14. implicit val encodingFormat: Format[Encoding]

    Play-JSON format for Siren action encodings.

    Play-JSON format for Siren action encodings.

    Definition Classes
    PlayJsonSirenFormat
  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. implicit val fieldFormat: Format[Field]

    Play-JSON format for an action field.

    Play-JSON format for an action field.

    Definition Classes
    PlayJsonSirenFormat
  18. implicit val fieldTypeFormat: Format[Type]

    Play-JSON format for Siren action field types.

    Play-JSON format for Siren action field types.

    Definition Classes
    PlayJsonSirenFormat
  19. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  23. implicit val linkFormat: Format[Link]

    Play-JSON format for a Siren link.

    Play-JSON format for a Siren link.

    Definition Classes
    PlayJsonSirenFormat
  24. implicit val methodFormat: Format[Method]

    Play JSON format for Siren action methods.

    Play JSON format for Siren action methods.

    Definition Classes
    PlayJsonSirenFormat
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. implicit val propertiesWriter: Format[Properties]

    Play-JSON format for Siren properties.

    Play-JSON format for Siren properties.

    Definition Classes
    PlayJsonSirenFormat
  29. implicit val propertyValueFormat: Format[Value]

    Play-JSON writer for a Siren property value.

    Play-JSON writer for a Siren property value.

    Definition Classes
    PlayJsonSirenFormat
  30. implicit lazy val rootEntityFormat: Format[RootEntity]

    Play-JSON format for a Siren root entity.

    Play-JSON format for a Siren root entity.

    Definition Classes
    PlayJsonSirenFormat
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PlayJsonSirenFormat

Inherited from AnyRef

Inherited from Any

Ungrouped