object Mappings
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Mappings
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def future[_J, _S](implicit mapping: JavaMapping[_J, _S], ec: ExecutionContext): JavaMapping[CompletionStage[_J], Future[_S]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- implicit def identityApiModel[T <: ApiModel]: JavaMapping[T, T]
- implicit def identityTime[T <: Temporal]: JavaMapping[T, T]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def listMapping[_J, _S](implicit mapping: JavaMapping[_J, _S]): JavaMapping[List[_J], Seq[_S]]
- 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- implicit def option[_J, _S](implicit mapping: JavaMapping[_J, _S]): JavaMapping[Optional[_J], Option[_S]]
- implicit def setMapping[_J, _S](implicit mapping: JavaMapping[_J, _S]): JavaMapping[Set[_J], Set[_S]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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 ArrayIdentity extends Identity[Array[Byte]]
- implicit object BooleanMapping extends JavaMapping[Boolean, Boolean]
- implicit object DoubleMapping extends JavaMapping[Double, Double]
- implicit object FloatMapping extends JavaMapping[Float, Float]
- object Implicits
- implicit object IntMapping extends JavaMapping[Integer, Int]
- implicit object LongMapping extends JavaMapping[Long, Long]
- implicit object StringIdentity extends Identity[String]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)