Packages

t

io.smartdatalake.config

ConfigImplicits

trait ConfigImplicits extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigImplicits
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val actionIdReader: ConfigReader[ActionId]

    A reader that reads ActionId values.

    A reader that reads ActionId values.

    Annotations
    @Scaladoc()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val authModeReader: ConfigReader[AuthMode]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. implicit val conditionReader: ConfigReader[Condition]
  9. implicit val connectionIdReader: ConfigReader[ConnectionId]

    A reader that reads ConnectionId values.

    A reader that reads ConnectionId values.

    Annotations
    @Scaladoc()
  10. implicit val customDfCreatorConfigReader: ConfigReader[CustomDfCreatorConfig]
  11. implicit val customDfTransformerConfigReader: ConfigReader[CustomDfTransformerConfig]
  12. implicit val customDfsTransformerConfigReader: ConfigReader[CustomDfsTransformerConfig]
  13. implicit val customFileTransformerConfigReader: ConfigReader[CustomFileTransformerConfig]
  14. implicit val dataObjectIdReader: ConfigReader[DataObjectId]

    A reader that reads DataObjectId values.

    A reader that reads DataObjectId values.

    Annotations
    @Scaladoc()
  15. implicit val dfTransformerReader: ConfigReader[ParsableDfTransformer]

    A reader that reads ParsableDfTransformer values.

    A reader that reads ParsableDfTransformer values. Note that DfSparkTransformer must be parsed according to it's 'type' attribute by using SDL ConfigParser.

    Annotations
    @Scaladoc()
  16. implicit val dfsTransformerReader: ConfigReader[ParsableDfsTransformer]

    A reader that reads ParsableDfsTransformer values.

    A reader that reads ParsableDfsTransformer values. Note that DfSparkTransformer must be parsed according to it's 'type' attribute by using SDL ConfigParser.

    Annotations
    @Scaladoc()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. implicit val executionModeReader: ConfigReader[ExecutionMode]
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. implicit def mapDataObjectIdStringReader(implicit mapReader: ConfigReader[Map[String, String]]): ConfigReader[Map[DataObjectId, String]]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. implicit val outputModeReader: ConfigReader[OutputMode]

    A ConfigReader reader that reads OutputMode.

    A ConfigReader reader that reads OutputMode.

    Annotations
    @Scaladoc()
  28. implicit val scriptDefReader: ConfigReader[ParsableScriptDef]

    A reader that reads ParsableScriptDef values.

    A reader that reads ParsableScriptDef values. Note that ParsableScriptDef must be parsed according to it's 'type' attribute by using SDL ConfigParser.

    Annotations
    @Scaladoc()
  29. implicit def sdlDefaultNaming[A]: ConfigKeyNaming[A]

    default naming strategy is to allow lowerCamelCase and hypen-separated key naming, and fail on superfluous keys

    default naming strategy is to allow lowerCamelCase and hypen-separated key naming, and fail on superfluous keys

    Annotations
    @Scaladoc()
  30. implicit val secretProviderConfigReader: ConfigReader[SecretProviderConfig]
  31. implicit val sparkRepartitionDefReader: ConfigReader[SparkRepartitionDef]
  32. implicit val sparkUdfCreatorConfigReader: ConfigReader[SparkUDFCreatorConfig]
  33. implicit val structTypeReader: ConfigReader[StructType]

    A ConfigReader reader that reads StructType values.

    A ConfigReader reader that reads StructType values.

    This reader parses a StructType from a DDL string.

    Annotations
    @Scaladoc()
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped