Trait

io.scalaland.chimney.internal.macros

MappingMacros

Related Doc: package macros

Permalink

trait MappingMacros extends Model with TransformerConfiguration

Self Type
MappingMacros with DerivationGuards with MacroUtils
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MappingMacros
  2. Model
  3. TransformerConfiguration
  4. MacroUtils
  5. CompanionUtils
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class FieldOverride extends AnyRef

    Permalink
    Definition Classes
    TransformerConfiguration
  2. implicit class MethodSymbolOps extends AnyRef

    Permalink
    Definition Classes
    MacroUtils
  3. implicit class NameOps extends AnyRef

    Permalink
    Definition Classes
    MacroUtils
  4. case class ResolvedAccessor(symbol: scala.reflect.macros.Universe.MethodSymbol, wasRenamed: Boolean) extends Product with Serializable

    Permalink
    Definition Classes
    Model
  5. implicit class SymbolOps extends AnyRef

    Permalink
    Definition Classes
    MacroUtils
  6. case class Target(name: String, tpe: scala.reflect.macros.Universe.Type) extends Product with Serializable

    Permalink
    Definition Classes
    Model
  7. case class TransformerBodyTree(tree: scala.reflect.macros.Universe.Tree, isWrapped: Boolean) extends Product with Serializable

    Permalink
    Definition Classes
    Model
  8. case class TransformerConfig(processDefaultValues: Boolean = true, enableBeanGetters: Boolean = false, enableBeanSetters: Boolean = false, optionDefaultsToNone: Boolean = false, enableUnsafeOption: Boolean = false, enableMethodAccessors: Boolean = false, fieldOverrides: Map[String, FieldOverride] = Map.empty, coproductInstances: Set[(scala.reflect.macros.Universe.Symbol, scala.reflect.macros.Universe.Type)] = Set.empty, transformerDefinitionPrefix: scala.reflect.macros.Universe.Tree = EmptyTree, definitionScope: Option[(scala.reflect.macros.Universe.Type, scala.reflect.macros.Universe.Type)] = None, wrapperType: Option[scala.reflect.macros.Universe.Type] = None, wrapperSupportInstance: scala.reflect.macros.Universe.Tree = EmptyTree, coproductInstancesF: Set[(scala.reflect.macros.Universe.Symbol, scala.reflect.macros.Universe.Type)] = Set.empty) extends Product with Serializable

    Permalink
    Definition Classes
    TransformerConfiguration
  9. implicit class TransformerDefinitionTreeOps extends AnyRef

    Permalink
    Definition Classes
    MacroUtils
  10. implicit class TreeOps extends AnyRef

    Permalink
    Definition Classes
    MacroUtils
  11. implicit class TypeOps extends AnyRef

    Permalink
    Definition Classes
    MacroUtils

Abstract Value Members

  1. abstract val c: Context

    Permalink

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. object CfgTpeConstructors

    Permalink
    Definition Classes
    TransformerConfiguration
  5. object FieldOverride

    Permalink
    Definition Classes
    TransformerConfiguration
  6. object Target extends Serializable

    Permalink
    Definition Classes
    Model
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def captureTransformerConfig(cfgTpe: scala.reflect.macros.Universe.Type): (MappingMacros.this)#TransformerConfig

    Permalink
    Definition Classes
    TransformerConfiguration
  9. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  15. def lookupAccessor(config: (MappingMacros.this)#TransformerConfig, lookupName: String, wasRenamed: Boolean, From: scala.reflect.macros.Universe.Type)(ms: scala.reflect.macros.Universe.MethodSymbol): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def patchedCompanionRef(c: Context)(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.blackbox.Context.Tree

    Permalink
    Definition Classes
    CompanionUtils
  20. def resolveAccessorsMapping(From: scala.reflect.macros.Universe.Type, targets: Iterable[(MappingMacros.this)#Target], config: (MappingMacros.this)#TransformerConfig): Map[(MappingMacros.this)#Target, Option[(MappingMacros.this)#ResolvedAccessor]]

    Permalink
  21. def resolveFallbackTransformerBodies(targets: Iterable[(MappingMacros.this)#Target], To: scala.reflect.macros.Universe.Type, config: (MappingMacros.this)#TransformerConfig): Map[(MappingMacros.this)#Target, (MappingMacros.this)#TransformerBodyTree]

    Permalink
  22. def resolveOverrides(srcPrefixTree: scala.reflect.macros.Universe.Tree, From: scala.reflect.macros.Universe.Type, targets: Iterable[(MappingMacros.this)#Target], config: (MappingMacros.this)#TransformerConfig): Map[(MappingMacros.this)#Target, (MappingMacros.this)#TransformerBodyTree]

    Permalink
  23. def resolveSourceTupleAccessors(From: scala.reflect.macros.Universe.Type, To: scala.reflect.macros.Universe.Type): Either[Seq[DerivationError], Map[(MappingMacros.this)#Target, (MappingMacros.this)#ResolvedAccessor]]

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

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

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

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

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

Inherited from TransformerConfiguration

Inherited from MacroUtils

Inherited from CompanionUtils

Inherited from AnyRef

Inherited from Any

Ungrouped