Object

izumi.fundamentals.reflection

ReflectionUtil

Related Doc: package reflection

Permalink

object ReflectionUtil

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

Type Members

  1. final case class Kind(args: List[Kind]) extends Product with Serializable

    Permalink
  2. final class MethodMirrorException extends RuntimeException

    Permalink
  3. implicit final class WeakTypeTagMigrate[T] extends AnyVal

    Permalink

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 allPartsStrong(tpe: scala.reflect.api.Universe.Type): Boolean

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. def deannotate[U <: SingletonUniverse](typ: ReflectionUtil.deannotate.U.Type): ReflectionUtil.deannotate.U.Type

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def findStringLiteral(tree: scala.reflect.api.Universe.Tree): Option[String]

    Permalink
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def getStringLiteral(c: Context)(tree: scala.reflect.macros.Universe.Tree): String

    Permalink
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def intersectionTypeMembers[U <: SingletonUniverse](targetType: ReflectionUtil.intersectionTypeMembers.U.Type): List[ReflectionUtil.intersectionTypeMembers.U.Type]

    Permalink
  15. def isByName(u: Universe)(tpe: scala.reflect.api.Universe.Type): Boolean

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def isNotDealiasedFurther(tpe: scala.reflect.api.Universe.Type): Boolean

    Permalink
  18. def isSelfStrong(tpe: scala.reflect.api.Universe.Type): Boolean

    Permalink
  19. def kindOf(tpe: scala.reflect.api.Universe.Type): Kind

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

    Permalink
    Definition Classes
    AnyRef
  21. final def norm(u: Universe)(x: scala.reflect.api.Universe.Type): scala.reflect.api.Universe.Type

    Permalink

    Mini normalize.

    Mini normalize. normalize is deprecated and we don't want to do scary things such as evaluate type-lambdas anyway. And AFAIK the only case that can make us confuse a type-parameter for a non-parameter is an empty refinement T {}. So we just strip it when we get it.

    Annotations
    @tailrec()
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def stripByName(u: Universe)(tpe: scala.reflect.api.Universe.Type): scala.reflect.api.Universe.Type

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

    Permalink
    Definition Classes
    AnyRef
  26. def toJavaMethod(clazz: Class[_], methodSymbol: scala.reflect.api.JavaUniverse.MethodSymbol): Try[Method]

    Permalink
  27. def toJavaMethod(definingClass: scala.reflect.api.JavaUniverse.Type, methodSymbol: scala.reflect.api.JavaUniverse.Symbol): Method

    Permalink
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. def toTypeRef[U <: SingletonUniverse](tpe: ReflectionUtil.toTypeRef.U.TypeApi): Option[ReflectionUtil.toTypeRef.U.TypeRefApi]

    Permalink
  30. def typeToTypeTag[T](u: Universe)(tpe: scala.reflect.api.Universe.Type, mirror: Mirror[u.type]): scala.reflect.api.Universe.TypeTag[T]

    Permalink
  31. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped