Package

io.scalaland

linkuisitor

Permalink

package linkuisitor

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. linkuisitor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class FlatLinkDetails(href: String, method: Option[HttpMethod] = None, templated: Option[Boolean] = None) extends LinkDetails with Product with Serializable

    Permalink
    Annotations
    @SuppressWarnings()
  2. final case class GroupedLinkDetails(group: List[FlatLinkDetails]) extends LinkDetails with Product with Serializable

    Permalink
  3. sealed trait HttpMethod extends Product with Serializable

    Permalink
  4. sealed trait LinkDetails extends Product with Serializable

    Permalink
  5. trait LinkProvider[T] extends AnyRef

    Permalink
  6. type Links = Map[String, LinkDetails]

    Permalink
  7. final case class WithHateoas[T](entity: T)(implicit evidence$1: LinkProvider[T]) extends Product with Serializable

    Permalink

Value Members

  1. object HttpMethod extends Serializable

    Permalink
  2. object LinkProvider

    Permalink
  3. object WithHateoas extends Serializable

    Permalink
  4. package format

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped