Trait

io.scalaland.chimney.internal.macros

PatcherMacros

Related Doc: package macros

Permalink

trait PatcherMacros extends PatcherConfiguration

Self Type
PatcherMacros with TransformerMacros with DerivationGuards with MacroUtils with EitherUtils
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PatcherMacros
  2. PatcherConfiguration
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class PatcherConfig(ignoreNoneInPatch: Boolean = false, ignoreRedundantPatcherFields: Boolean = false) extends Product with Serializable

    Permalink
    Definition Classes
    PatcherConfiguration

Abstract Value Members

  1. abstract val c: Context

    Permalink
    Definition Classes
    PatcherMacrosPatcherConfiguration

Concrete 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 capturePatcherConfig(cfgTpe: scala.reflect.macros.Universe.Type, config: (PatcherMacros.this)#PatcherConfig = PatcherConfig()): (PatcherMacros.this)#PatcherConfig

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def expandPatch[T, Patch, C](implicit arg0: scala.reflect.macros.Universe.WeakTypeTag[T], arg1: scala.reflect.macros.Universe.WeakTypeTag[Patch], arg2: scala.reflect.macros.Universe.WeakTypeTag[C]): scala.reflect.macros.Universe.Tree

    Permalink
  10. def genPatcher[T, Patch](config: (PatcherMacros.this)#PatcherConfig)(implicit arg0: scala.reflect.macros.Universe.WeakTypeTag[T], arg1: scala.reflect.macros.Universe.WeakTypeTag[Patch]): scala.reflect.macros.blackbox.Context.Expr[Patcher[T, Patch]]

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

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

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

    Permalink
    Definition Classes
    Any
  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. def resolveFieldMapping(config: (PatcherMacros.this)#PatcherConfig, T: scala.reflect.macros.Universe.Type, Patch: scala.reflect.macros.Universe.Type, tParamsByName: Map[scala.reflect.macros.Universe.TermName, scala.reflect.macros.Universe.MethodSymbol], fnObj: scala.reflect.macros.Universe.TermName, fnPatch: scala.reflect.macros.Universe.TermName, pParam: scala.reflect.macros.Universe.MethodSymbol): Option[Either[String, scala.reflect.macros.Universe.Tree]]

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped