object JavaMapping
Ordering
- Alphabetic
- By Inheritance
Inherited
- JavaMapping
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val AttributeKey: Inherited[AttributeKey[_], AttributeKey[_]]
- def adapterBidiFlow[JIn, SIn, SOut, JOut](implicit inMapping: JavaMapping[JIn, SIn], outMapping: JavaMapping[JOut, SOut]): BidiFlow[JIn, SIn, SOut, JOut, NotUsed]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def attributeKey[T]: Inherited[AttributeKey[T], AttributeKey[T]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def flowMapping[JIn, SIn, JOut, SOut, JM, SM](implicit inMapping: JavaMapping[JIn, SIn], outMapping: JavaMapping[JOut, SOut], matValueMapping: JavaMapping[JM, SM]): JavaMapping[Flow[JIn, JOut, JM], Flow[SIn, SOut, SM]]
- implicit def futureMapping[_J, _S](implicit mapping: JavaMapping[_J, _S], ec: ExecutionContext): JavaMapping[CompletionStage[_J], Future[_S]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- implicit def graphFlowMapping[JIn, SIn, JOut, SOut, M](implicit inMapping: JavaMapping[JIn, SIn], outMapping: JavaMapping[JOut, SOut]): JavaMapping[Graph[FlowShape[JIn, JOut], M], Graph[FlowShape[SIn, SOut], M]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def identity[T]: JavaMapping[T, T]
This trivial mapping isn't enabled by default to prevent it from conflicting with the
Inheritedones - final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def iterableMapping[_J, _S](implicit mapping: JavaMapping[_J, _S]): JavaMapping[Iterable[_J], Seq[_S]]
- def javaToScalaAdapterFlow[J, S](implicit mapping: JavaMapping[J, S]): Flow[J, S, NotUsed]
- implicit def map[K, V]: JavaMapping[Map[K, V], Map[K, V]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- implicit def option[_J, _S](implicit mapping: JavaMapping[_J, _S]): JavaMapping[Optional[_J], Option[_S]]
- implicit def pairMapping[J1, J2, S1, S2](implicit _1Mapping: JavaMapping[J1, S1], _2Mapping: JavaMapping[J2, S2]): JavaMapping[Pair[J1, J2], (S1, S2)]
- def scalaToJavaAdapterFlow[J, S](implicit mapping: JavaMapping[J, S]): Flow[S, J, NotUsed]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJava[J, S](s: S)(implicit mapping: JavaMapping[J, S]): J
- def toScala[J, S](j: J)(implicit mapping: JavaMapping[J, S]): S
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit def tryMapping[_J, _S](implicit mapping: JavaMapping[_J, _S]): JavaMapping[Try[_J], Try[_S]]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- implicit object ByteRange extends Inherited[ByteRange, ByteRange]
- implicit object ByteString extends Identity[ByteString]
- implicit object CacheDirective extends Inherited[CacheDirective, CacheDirective]
- implicit object ClientConnectionSettings extends Inherited[ClientConnectionSettings, ClientConnectionSettings]
- implicit object ClientTransport extends JavaMapping[ClientTransport, ClientTransport]
- implicit object ConnectionContext extends Inherited[ConnectionContext, ConnectionContext]
- implicit object ConnectionPoolSettings extends Inherited[ConnectionPoolSettings, ConnectionPoolSettings]
- implicit object ContentDispositionType extends Inherited[ContentDispositionType, ContentDispositionType]
- implicit object ContentRange extends Inherited[ContentRange, ContentRange]
- implicit object ContentType extends Inherited[ContentType, ContentType]
- implicit object ContentTypeBinary extends Inherited[Binary, Binary]
- implicit object ContentTypeNonBinary extends Inherited[NonBinary, NonBinary]
- implicit object ContentTypeRange extends Inherited[ContentTypeRange, ContentTypeRange]
- implicit object ContentTypeWithCharset extends Inherited[WithCharset, WithCharset]
- implicit object ContentTypeWithFixedCharset extends Inherited[WithFixedCharset, WithFixedCharset]
- implicit object CookieParsingMode extends Inherited[CookieParsingMode, CookieParsingMode]
- implicit object DateTime extends Inherited[DateTime, DateTime]
- implicit object EntityTag extends Inherited[EntityTag, EntityTag]
- implicit object EntityTagRange extends Inherited[EntityTagRange, EntityTagRange]
- implicit object ErrorLoggingVerbosity extends Inherited[ErrorLoggingVerbosity, ErrorLoggingVerbosity]
- implicit object Host extends Inherited[Host, Host]
- implicit object HostHeader extends Inherited[Host, Host]
- implicit object Http2ServerSettingT extends Inherited[Http2ServerSettings, Http2ServerSettings]
- implicit object HttpChallenge extends Inherited[HttpChallenge, HttpChallenge]
- implicit object HttpCharset extends Inherited[HttpCharset, HttpCharset]
- implicit object HttpCharsetRange extends Inherited[HttpCharsetRange, HttpCharsetRange]
- implicit object HttpConnectionContext extends Inherited[HttpConnectionContext, HttpConnectionContext]
- implicit object HttpCookie extends Inherited[HttpCookie, HttpCookie]
- implicit object HttpCookiePair extends Inherited[HttpCookiePair, HttpCookiePair]
- implicit object HttpCredentials extends Inherited[HttpCredentials, HttpCredentials]
- implicit object HttpEncoding extends Inherited[HttpEncoding, HttpEncoding]
- implicit object HttpEncodingRange extends Inherited[HttpEncodingRange, HttpEncodingRange]
- implicit object HttpEntity extends Inherited[HttpEntity, HttpEntity]
- implicit object HttpHeader extends Inherited[HttpHeader, HttpHeader]
- implicit object HttpMethod extends Inherited[HttpMethod, HttpMethod]
- implicit object HttpOrigin extends Inherited[HttpOrigin, HttpOrigin]
- implicit object HttpOriginRange extends Inherited[HttpOriginRange, HttpOriginRange]
- implicit object HttpProtocol extends Inherited[HttpProtocol, HttpProtocol]
- implicit object HttpRequest extends Inherited[HttpRequest, HttpRequest]
- implicit object HttpResponse extends Inherited[HttpResponse, HttpResponse]
- implicit object HttpsConnectionContext extends Inherited[HttpsConnectionContext, HttpsConnectionContext]
- object Implicits
- implicit object InetAddressIdentity extends Identity[InetAddress]
- implicit object InetSocketAddress extends Identity[InetSocketAddress]
- implicit object Language extends Inherited[Language, Language]
- implicit object LanguageRange extends Inherited[LanguageRange, LanguageRange]
- implicit object LinkParam extends Inherited[LinkParam, LinkParam]
- implicit object LinkValue extends Inherited[LinkValue, LinkValue]
- implicit object LongMapping extends JavaMapping[Long, Long]
- implicit object MediaRange extends Inherited[MediaRange, MediaRange]
- implicit object MediaType extends Inherited[MediaType, MediaType]
- implicit object MediaTypeBinary extends Inherited[Binary, Binary]
- implicit object MediaTypeFixedCharset extends Inherited[WithFixedCharset, WithFixedCharset]
- implicit object MediaTypeNonBinary extends Inherited[NonBinary, NonBinary]
- implicit object MediaTypeOpenCharset extends Inherited[WithOpenCharset, WithOpenCharset]
- implicit object OutgoingConnection extends JavaMapping[OutgoingConnection, OutgoingConnection]
- implicit object ParserSettings extends Inherited[ParserSettings, ParserSettings]
- implicit object PreviewServerSettings extends Inherited[PreviewServerSettings, PreviewServerSettings]
- implicit object ProductVersion extends Inherited[ProductVersion, ProductVersion]
- implicit object Query extends JavaMapping[Query, Query]
- implicit object RangeUnit extends Inherited[RangeUnit, RangeUnit]
- implicit object RemoteAddress extends Inherited[RemoteAddress, RemoteAddress]
- implicit object RequestEntity extends Inherited[RequestEntity, RequestEntity]
- implicit object ResponseEntity extends Inherited[ResponseEntity, ResponseEntity]
- implicit object Server extends Inherited[Server, Server]
- implicit object ServerSettings extends Inherited[ServerSettings, ServerSettings]
- implicit object ServerSettingsT extends Inherited[Timeouts, Timeouts]
- implicit object StatusCode extends Inherited[StatusCode, StatusCode]
- implicit object StringIdentity extends Identity[String]
- implicit object TransferEncoding extends Inherited[TransferEncoding, TransferEncoding]
- implicit object Uri extends JavaMapping[Uri, Uri]
- implicit object UriParsingMode extends Inherited[ParsingMode, ParsingMode]
- implicit object UserAgent extends Inherited[UserAgent, User-Agent]
- implicit object WebsocketSettings extends Inherited[WebSocketSettings, WebSocketSettings]
- implicit object WsMessage extends JavaMapping[Message, Message]