play.api.hal
package play.api.hal
Scala model of the JSON Hypertext Application Language according to https://tools.ietf.org/html/draft-kelly-json-hal-06
Attributes
Members list
Type members
Classlikes
object Defaults
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Defaults.type
case class HalLink(rel: String, href: String, deprecation: Option[String], name: Option[String], profile: Option[String], title: Option[String], hreflang: Option[String], `type`: Option[String], linkAttr: JsObject, templated: Boolean)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object HalLinks
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class HalResource(links: HalLinks, state: JsObject, embedded: Vector[(String, Vector[HalResource])])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Implicits
Implicits
In this article