object ReflectUtilities
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReflectUtilities
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def allVals[T](self: AnyRef)(implicit mt: Manifest[T]): SortedMap[String, T]
Collects all
vals of typeTdefined on valueself.Collects all
vals of typeTdefined on valueself. The returned Map maps the name of eachvalto its value. This requires an availableManifestforTand depends on scalac implementation details to determine what is avalusing only Java reflection. - def allValsC[T](self: AnyRef, clazz: Class[T]): SortedMap[String, T]
Collects all
vals of typeTdefined on valueself.Collects all
vals of typeTdefined on valueself. The returned Map maps the name of eachvalto its value. This depends on scalac implementation details to determine what is avalusing only Java reflection. - def ancestry(clazz: Class[_]): List[Class[_]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fields(clazz: Class[_]): OpenHashMap[String, Field]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transformCamelCase(name: String, separator: Char): String
Converts the camelCase String
nameto lowercase separated byseparator. - final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()