Packages

object Alternative

Source
ContentNegotation.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Alternative
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ContentType(contentType: model.ContentType) extends Alternative with Product with Serializable
  2. final case class MediaType(mediaType: WithOpenCharset) extends Alternative with Product with Serializable

Value Members

  1. implicit def apply(mediaType: model.MediaType): Alternative
  2. implicit def apply(contentType: model.ContentType): ContentType