akka.http.impl.util

JavaMapping

object JavaMapping

INTERNAL API

Source
JavaMapping.scala
Linear Supertypes
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JavaMapping
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AsJava[J] extends AnyRef

  2. trait AsScala[S] extends AnyRef

  3. class Identity[T] extends JavaMapping[T, T]

  4. class Inherited[J <: AnyRef, S <: J] extends JavaMapping[J, S]

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 object ByteRange extends Inherited[ByteRange, ByteRange]

  7. implicit object CacheDirective extends Inherited[CacheDirective, CacheDirective]

  8. implicit object ContentDispositionType extends Inherited[ContentDispositionType, ContentDispositionType]

  9. implicit object ContentRange extends Inherited[ContentRange, ContentRange]

  10. implicit object ContentType extends Inherited[ContentType, ContentType]

  11. implicit object DateTime extends Inherited[DateTime, DateTime]

  12. implicit object EntityTag extends Inherited[EntityTag, EntityTag]

  13. implicit object EntityTagRange extends Inherited[EntityTagRange, EntityTagRange]

  14. implicit object Host extends Inherited[Host, Host]

  15. implicit object HttpChallenge extends Inherited[HttpChallenge, HttpChallenge]

  16. implicit object HttpCharset extends Inherited[HttpCharset, HttpCharset]

  17. implicit object HttpCharsetRange extends Inherited[HttpCharsetRange, HttpCharsetRange]

  18. implicit object HttpCookie extends Inherited[HttpCookie, HttpCookie]

  19. implicit object HttpCookiePair extends Inherited[HttpCookiePair, HttpCookiePair]

  20. implicit object HttpCredentials extends Inherited[HttpCredentials, HttpCredentials]

  21. implicit object HttpEncoding extends Inherited[HttpEncoding, HttpEncoding]

  22. implicit object HttpEncodingRange extends Inherited[HttpEncodingRange, HttpEncodingRange]

  23. implicit object HttpEntity extends Inherited[HttpEntity, HttpEntity]

  24. implicit object HttpHeader extends Inherited[HttpHeader, HttpHeader]

  25. implicit object HttpMethod extends Inherited[HttpMethod, HttpMethod]

  26. implicit object HttpOrigin extends Inherited[HttpOrigin, HttpOrigin]

  27. implicit object HttpOriginRange extends Inherited[HttpOriginRange, HttpOriginRange]

  28. implicit object HttpProtocol extends Inherited[HttpProtocol, HttpProtocol]

  29. implicit object HttpRequest extends Inherited[HttpRequest, HttpRequest]

  30. implicit object HttpResponse extends Inherited[HttpResponse, HttpResponse]

  31. object Implicits

  32. implicit object InetAddressIdentity extends Identity[InetAddress]

  33. implicit object Language extends Inherited[Language, Language]

  34. implicit object LanguageRange extends Inherited[LanguageRange, LanguageRange]

  35. implicit object LinkParam extends Inherited[LinkParam, LinkParam]

  36. implicit object LinkValue extends Inherited[LinkValue, LinkValue]

  37. implicit object LongMapping extends JavaMapping[Long, Long]

  38. implicit object MediaRange extends Inherited[MediaRange, MediaRange]

  39. implicit object MediaType extends Inherited[MediaType, MediaType]

  40. implicit object ProductVersion extends Inherited[ProductVersion, ProductVersion]

  41. implicit object RangeUnit extends Inherited[RangeUnit, RangeUnit]

  42. implicit object RemoteAddress extends Inherited[RemoteAddress, RemoteAddress]

  43. implicit object StatusCode extends Inherited[StatusCode, StatusCode]

  44. implicit object StringIdentity extends Identity[String]

  45. implicit object TransferEncoding extends Inherited[TransferEncoding, TransferEncoding]

  46. implicit object Uri extends JavaMapping[Uri, Uri]

  47. implicit object WsMessage extends JavaMapping[Message, Message]

  48. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  49. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  52. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  53. implicit def flowMapping[JIn, SIn, JOut, SOut, M](implicit inMapping: JavaMapping[JIn, SIn], outMapping: JavaMapping[JOut, SOut]): JavaMapping[Flow[JIn, JOut, M], Flow[SIn, SOut, M]]

  54. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  57. implicit def iterableMapping[_J, _S](implicit mapping: JavaMapping[_J, _S]): JavaMapping[Iterable[_J], Seq[_S]]

  58. implicit def map[K, V]: JavaMapping[Map[K, V], Map[K, V]]

  59. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  62. implicit def option[_J, _S](implicit mapping: JavaMapping[_J, _S]): JavaMapping[Option[_J], Option[_S]]

  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  64. def toJava[J, S](s: S)(implicit mapping: JavaMapping[J, S]): J

  65. def toScala[J, S](j: J)(implicit mapping: JavaMapping[J, S]): S

  66. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped