class ArbitraryTypeReaderMacros extends ReflectionUtils
- Annotations
- @bundle()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ArbitraryTypeReaderMacros
- ReflectionUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ArbitraryTypeReaderMacros(c: Context)
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 arbitraryTypeValueReader[T](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Generated[ValueReader[T]]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val c: Context
- Definition Classes
- ArbitraryTypeReaderMacros → ReflectionUtils
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extractMethodArgsFromConfig[T](method: scala.reflect.macros.Universe.MethodSymbol, companionObjectMaybe: Option[scala.reflect.macros.blackbox.Context.Symbol], config: scala.reflect.macros.blackbox.Context.Expr[Config], path: scala.reflect.macros.blackbox.Context.Expr[String], mapper: scala.reflect.macros.blackbox.Context.Expr[NameMapper], fail: (String) => Nothing)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): List[scala.reflect.macros.blackbox.Context.Tree]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def instantiateFromConfig[T](config: scala.reflect.macros.blackbox.Context.Expr[Config], path: scala.reflect.macros.blackbox.Context.Expr[String], mapper: scala.reflect.macros.blackbox.Context.Expr[NameMapper])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[T]
- def instantiationMethod[T](fail: (String) => Nothing)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.Universe.MethodSymbol
- Definition Classes
- ReflectionUtils
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])