Object

org.apache.spark.h2o.utils

ReflectionUtils

Related Doc: package utils

Permalink

object ReflectionUtils

Work with reflection only inside this helper.

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def api(klazz: Class[_], fieldName: String): API

    Permalink

    Return API annotation assigned with the given field or null.

    Return API annotation assigned with the given field or null.

    klazz

    class to query

    fieldName

    field name to query

    returns

    instance of API annotation assigned with the field or null

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  13. def listMemberTypes(st: scala.reflect.api.JavaUniverse.Type, nameFilter: Array[String]): Seq[scala.reflect.api.JavaUniverse.Type]

    Permalink
  14. def nameType(t: scala.reflect.api.JavaUniverse.Type): String

    Permalink
  15. def names[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Array[String]

    Permalink
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def reflector(ref: AnyRef): AnyRef { ... /* 2 definitions in type refinement */ }

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

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. def typ(tpe: scala.reflect.api.JavaUniverse.Type): Class[_]

    Permalink
  23. def typeNames(tt: Seq[scala.reflect.api.JavaUniverse.Type]): Seq[String]

    Permalink
  24. def typeNames[T](nameFilter: Array[String])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Seq[String]

    Permalink
  25. def types(tt: Seq[scala.reflect.api.JavaUniverse.Type]): Array[Class[_]]

    Permalink
  26. def types(st: scala.reflect.api.JavaUniverse.Type, nameFilter: Array[String]): Array[Class[_]]

    Permalink
  27. def types[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Array[Class[_]]

    Permalink
  28. def types[T](filter: Array[String])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Array[Class[_]]

    Permalink
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped