Packages

package dsl

Main object to import in order to use Chimney's features

Since

0.1.0

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

Type Members

  1. sealed abstract class ImplicitTransformerPreference extends AnyRef

    Whether derivation should prefer total or partial transformers if both are provided for some field transformation.

    Whether derivation should prefer total or partial transformers if both are provided for some field transformation.

    Since

    0.7.0

    See also

    https://chimney.readthedocs.io/supported-transformations/#resolving-priority-of-implicit-total-vs-partial-transformers for more details

  2. final class PartialTransformerDefinition[From, To, Cfg <: TransformerCfg, Flags <: TransformerFlags] extends TransformerFlagsDsl[[Flags1]PartialTransformerDefinition[From, To, Cfg, Flags1], Flags] with TransformerDefinitionCommons[[Cfg1]PartialTransformerDefinition[From, To, Cfg1, Flags]] with WithRuntimeDataStore

    Allows customization of io.scalaland.chimney.PartialTransformer derivation.

    Allows customization of io.scalaland.chimney.PartialTransformer derivation.

    From

    type of input value

    To

    type of output value

    Cfg

    type-level encoded config

    Flags

    type-level encoded flags

    Since

    0.7.0

  3. final class PartialTransformerInto[From, To, Cfg <: TransformerCfg, Flags <: TransformerFlags] extends TransformerFlagsDsl[[Flags1]PartialTransformerInto[From, To, Cfg, Flags1], Flags] with WithRuntimeDataStore

    Provides DSL for configuring io.scalaland.chimney.PartialTransformer's generation and using the result to transform value at the same time

    Provides DSL for configuring io.scalaland.chimney.PartialTransformer's generation and using the result to transform value at the same time

    From

    type of input value

    To

    type of output value

    Cfg

    type-level encoded config

    Flags

    type-level encoded flags

    Since

    0.7.0

  4. implicit final class PartialTransformerOps[From] extends AnyVal

    Provides partial transformer operations on values of any type.

    Provides partial transformer operations on values of any type.

    From

    type of source value

    Since

    0.7.0

  5. final class PatcherConfiguration[Flags <: PatcherFlags] extends PatcherFlagsDsl[UpdateFlag, Flags]

    Type-level set of derivation flags that can be shared between derivations through implicit scope.

    Type-level set of derivation flags that can be shared between derivations through implicit scope.

    Flags

    type-level encoded flags

    Since

    0.8.0

    See also

    https://chimney.readthedocs.io/cookbook/#reusing-flags-for-several-transformationspatchings for more details

  6. final class PatcherDefinition[From, To, Cfg <: PatcherCfg, Flags <: PatcherFlags] extends PatcherFlagsDsl[[Flags1]PatcherDefinition[From, To, Cfg, Flags1], Flags]

    Allows customization of io.scalaland.chimney.Patcher derivation.

    Allows customization of io.scalaland.chimney.Patcher derivation.

    Cfg

    type-level encoded config

    Flags

    type-level encoded flags

    Since

    0.8.0

  7. implicit final class PatcherOps[A] extends AnyVal

    Provides patcher operations on values of any type

    Provides patcher operations on values of any type

    A

    type of object to patch

    Since

    0.1.3

  8. final class PatcherUsing[A, Patch, Cfg <: PatcherCfg, Flags <: PatcherFlags] extends PatcherFlagsDsl[[Flags1]PatcherUsing[A, Patch, Cfg, Flags1], Flags]

    Provides operations to customize io.scalaland.chimney.Patcher logic for specific object value and patch value.

    Provides operations to customize io.scalaland.chimney.Patcher logic for specific object value and patch value.

    A

    type of object to apply patch to

    Patch

    type of patch object

    Cfg

    type-level encoded config

    Flags

    type-level encoded flags

    Since

    0.4.0

  9. abstract class TransformedNamesComparison extends AnyRef

    Provides a way of customizing how fields/subtypes shoud get matched betwen source value and target value.

    Provides a way of customizing how fields/subtypes shoud get matched betwen source value and target value.

    Since

    1.0.0

    See also

    https://chimney.readthedocs.io/supported-transformations/#defining-custom-name-matching-predicate for more details

  10. final class TransformerConfiguration[Flags <: TransformerFlags] extends TransformerFlagsDsl[UpdateFlag, Flags]

    Type-level set of derivation flags that can be shared between derivations through implicit scope.

    Type-level set of derivation flags that can be shared between derivations through implicit scope.

    Flags

    type-level encoded flags

    Since

    0.6.0

    See also

    https://chimney.readthedocs.io/cookbook/#reusing-flags-for-several-transformationspatchings for more details

  11. final class TransformerDefinition[From, To, Cfg <: TransformerCfg, Flags <: TransformerFlags] extends TransformerFlagsDsl[[Flags1]TransformerDefinition[From, To, Cfg, Flags1], Flags] with TransformerDefinitionCommons[[Cfg1]TransformerDefinition[From, To, Cfg1, Flags]] with WithRuntimeDataStore

    Allows customization of io.scalaland.chimney.Transformer derivation.

    Allows customization of io.scalaland.chimney.Transformer derivation.

    From

    type of input value

    To

    type of output value

    Cfg

    type-level encoded config

    Flags

    type-level encoded flags

    Since

    0.4.0

  12. final class TransformerInto[From, To, Cfg <: TransformerCfg, Flags <: TransformerFlags] extends TransformerFlagsDsl[[Flags1]TransformerInto[From, To, Cfg, Flags1], Flags] with WithRuntimeDataStore

    Provides DSL for configuring io.scalaland.chimney.Transformer's generation and using the result to transform value at the same time

    Provides DSL for configuring io.scalaland.chimney.Transformer's generation and using the result to transform value at the same time

    From

    type of input value

    To

    type of output value

    Cfg

    type-level encoded config

    Flags

    type-level encoded flags

    Since

    0.1.0

  13. implicit final class TransformerOps[From] extends AnyVal

    Provides transformer operations on values of any type.

    Provides transformer operations on values of any type.

    From

    type of source value

    Since

    0.4.0

Value Members

  1. implicit def EitherStringPartialTransformerOps[A](either: Either[String, A]): EitherStringPartialTransformerOps[A]
  2. implicit def OptionPartialTransformerOps[A](option: Option[A]): OptionPartialTransformerOps[A]
  3. implicit def PartialTransformationOps[From](from: From): PartialTransformationOps[From]
  4. implicit def PatchingOps[A](obj: A): PatchingOps[A]
  5. implicit def TransformationOps[From](from: From): TransformationOps[From]
  6. implicit def TryPartialTransformerOps[A](try: Try[A]): TryPartialTransformerOps[A]
  7. object PatcherConfiguration

    Since

    0.8.0

  8. case object PreferPartialTransformer extends ImplicitTransformerPreference with Product with Serializable

    Tell the derivation to prefer partial transformers.

    Tell the derivation to prefer partial transformers.

    Since

    0.7.0

    See also

    https://chimney.readthedocs.io/supported-transformations/#resolving-priority-of-implicit-total-vs-partial-transformers for more details

  9. case object PreferTotalTransformer extends ImplicitTransformerPreference with Product with Serializable

    Tell the derivation to prefer total transformers.

    Tell the derivation to prefer total transformers.

    Since

    0.7.0

    See also

    https://chimney.readthedocs.io/supported-transformations/#resolving-priority-of-implicit-total-vs-partial-transformers for more details

  10. object TransformedNamesComparison

    Since

    1.0.0

  11. object TransformerConfiguration

    Since

    0.6.0

  12. object TransformerDefinitionCommons

Inherited from AnyRef

Inherited from Any

Ungrouped