Packages

object JavaApiHelper

A helper class to make it possible to access components written in Scala from Java code. INTERNAL API

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JavaApiHelper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def defaultRowWriterFactory[T](typeTag: scala.reflect.api.JavaUniverse.TypeTag[T], mapper: ColumnMapper[T]): RowWriterFactory[T]

    Returns the default RowWriterFactory initialized with the given ColumnMapper.

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def genericRowReaderFactory: RowReaderFactory[CassandraRow]

    Returns the default RowReaderFactory.

  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getClassTag[T](clazz: Class[T]): ClassTag[T]

    Returns a ClassTag of a given runtime class.

  12. def getClassTag2[T](clazz: Class[_]): ClassTag[T]

    Returns a ClassTag of a given runtime class.

  13. def getRuntimeClass[T](classTag: ClassTag[T]): Class[T]

    Returns a runtime class of a given ClassTag.

  14. def getRuntimeClass[T](typeTag: scala.reflect.api.JavaUniverse.TypeTag[T]): Class[T]

    Returns a runtime class of a given TypeTag.

  15. def getTypeTag[T](clazz: Class[_], typeParams: Array[scala.reflect.api.JavaUniverse.TypeTag[_]]): scala.reflect.api.JavaUniverse.TypeTag[T]
  16. def getTypeTag[T](clazz: Class[_], typeParams: scala.reflect.api.JavaUniverse.TypeTag[_]*): scala.reflect.api.JavaUniverse.TypeTag[T]

    Returns a TypeTag for the given class and type parameters.

  17. def getTypeTag[T](clazz: Class[T]): scala.reflect.api.JavaUniverse.TypeTag[T]

    Returns a TypeTag for the given class.

  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def javaBeanColumnMapper[T](classTag: ClassTag[T], columnNameOverride: Map[String, String]): ColumnMapper[T]

    Returns the JavaBeanColumnMapper instance for the given ClassTag and column mapping.

  21. def mirror: Mirror
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val none: None.type
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toScalaFunction1[T1, R](f: Function[T1, R]): (T1) ⇒ R
  28. def toScalaImmutableSeq[T](array: Array[T]): Seq[T]

    Converts an array to a Scala Seq.

  29. def toScalaMap[K, V](map: Map[K, V]): Map[K, V]

    Converts a Java Map to a Scala immutable Map.

  30. def toScalaSeq[T](iterable: Iterable[T]): Seq[T]

    Converts a Java Iterable to Scala Seq.

  31. def toScalaSeq[T](array: Array[T]): Seq[T]

    Converts an array to a Scala Seq.

  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def valuesAsJavaCollection[K, V, IV <: Iterable[V]]: ((K, IV)) ⇒ (K, Collection[V])
  34. def valuesAsJavaIterable[K, V, IV <: Iterable[V]]: ((K, IV)) ⇒ (K, Iterable[V])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped