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

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

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

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

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

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

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

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

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

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

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

  30. object Implicits

  31. implicit object InetAddressIdentity extends Identity[InetAddress]

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

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

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

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

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

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

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

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

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

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

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

  43. implicit object StringIdentity extends Identity[String]

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

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

  46. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  47. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  61. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped