o

wvlet.surface.reflect

ReflectTypeUtil

object ReflectTypeUtil extends LogSupport

Linear Supertypes
LogSupport, LazyLogger, LoggingMethods, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReflectTypeUtil
  2. LogSupport
  3. LazyLogger
  4. LoggingMethods
  5. Serializable
  6. Serializable
  7. AnyRef
  8. 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 canBuildFromBuffer(s: Surface): Boolean
  6. def canBuildFromString(s: Surface): Boolean
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def cls[A](obj: A): Class[_]
    Annotations
    @inline()
  9. def companionObject[A](cl: Class[A]): Option[Any]
  10. macro def debug(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  11. macro def debug(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. macro def error(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  15. macro def error(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def getTypeParameters(gt: Type): Array[Class[_]]

  19. def getTypeParameters(f: Field): Array[Class[_]]

    Get type parameters of the field

  20. def hasStringUnapplyConstructor(cl: Class[_]): Boolean
  21. def hasStringUnapplyConstructor(s: Surface): Boolean

    If the class has unapply(s:String) : T method in the companion object for instantiating class T, returns true.

  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  23. macro def info(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  24. macro def info(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  25. def isArray[T](cl: Class[T]): Boolean
  26. def isArray(s: Surface): Boolean
  27. def isBuffer[T](cl: Class[T]): Boolean
  28. def isEither[T](cl: Class[T]): Boolean
  29. def isIndexedSeq[T](cl: Class[T]): Boolean
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isJavaColleciton[T](cl: Class[T]): Boolean
  32. def isJavaMap[T](cl: Class[T]): Boolean
  33. def isList[T](cl: Class[T]): Boolean
  34. def isMap[T](cl: Class[T]): Boolean
  35. def isOption[T](cl: Class[T]): Boolean
  36. def isOption(s: Surface): Boolean
  37. def isParSeq[T](cl: Class[T]): Boolean
  38. def isPrimitive(s: Surface): Boolean
  39. def isSeq[T](cl: Class[T]): Boolean
  40. def isSet[T](cl: Class[T]): Boolean
  41. def isTuple[T](cl: Class[T]): Boolean
  42. lazy val logger: Logger
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  46. def readField(obj: Any, f: Field): Any
  47. def resolveClassType(t: Type): Class[_]
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. macro def trace(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  51. macro def trace(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. macro def warn(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  56. macro def warn(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods

Inherited from LogSupport

Inherited from LazyLogger

Inherited from LoggingMethods

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped