Object

izumi.fundamentals.reflection

DebugProperties

Related Doc: package reflection

Permalink

object DebugProperties extends DebugProperties

Java properties and macro settings that control behavior and debug output of Lightweight Reflection macros

See also

DebugProperties

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

Type Members

  1. case class Property extends Product with Serializable

    Permalink
    Definition Classes
    DebugProperties

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. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  11. final val izumi.debug.macro.rtti: String("izumi.debug.macro.rtti")

    Permalink

    To see macro debug output during compilation, set -Dizumi.debug.macro.rtti=true system property!

    To see macro debug output during compilation, set -Dizumi.debug.macro.rtti=true system property!

    sbt -Dizumi.debug.macro.rtti=true compile
  12. final val izumi.rtti.cache.compile: String("izumi.rtti.cache.compile")

    Permalink

    Add compiler option -Xmacro-settings:izumi.rtti.cache.compile=false to disable compile-time caching of computed LightTypeTags.

    Add compiler option -Xmacro-settings:izumi.rtti.cache.compile=false to disable compile-time caching of computed LightTypeTags. Caching is enabled by default for compile-time light type tag creation.

    scalacOptions += "-Xmacro-settings:izumi.rtti.cache.compile=false"
  13. final val izumi.rtti.cache.runtime: String("izumi.rtti.cache.runtime")

    Permalink

    Set system property -Dizumi.rtti.cache.runtime=false to disable caching for runtime creation of LightTypeTags.

    Set system property -Dizumi.rtti.cache.runtime=false to disable caching for runtime creation of LightTypeTags. Caching is enabled by default for runtime light type tag creation.

    sbt -Dizumi.rtti.cache.runtime=false
  14. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. 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 DebugProperties

Inherited from AnyRef

Inherited from Any

Ungrouped