Packages

package config

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

Value Members

  1. implicit val actionObjectIdReader: Configs[ActionObjectId]

    A Configs reader that reads ActionObjectId values.

  2. implicit val conditionReader: Configs[Condition]
  3. implicit val connectionIdReader: Configs[ConnectionId]

    A Configs reader that reads DataObjectId values.

  4. implicit val customDfCreatorConfigReader: Configs[CustomDfCreatorConfig]
  5. implicit val customDfTransformerConfigReader: Configs[CustomDfTransformerConfig]
  6. implicit val customDfsTransformerConfigReader: Configs[CustomDfsTransformerConfig]
  7. implicit val customFileTransformerConfigReader: Configs[CustomFileTransformerConfig]
  8. implicit val dataObjectIdReader: Configs[DataObjectId]

    A Configs reader that reads DataObjectId values.

  9. implicit def eitherReader[A, B](implicit aReader: Configs[A], bReader: Configs[B]): Configs[Either[A, B]]

    A Configs reader that reads Either values.

    A Configs reader that reads Either values.

    A

    the Left value type.

    B

    the Right value type.

    aReader

    the reader for the Left value.

    bReader

    the reader for the Right value.

    returns

    A Configs containing a Left or, if it can not be parsed, a Right value of the corresponding type.

  10. implicit val executionModeReader: Configs[ExecutionMode]
  11. implicit val keyCloakConfigReader: Configs[Option[KeycloakConfig]]

    A Configs reader that reads KeycloakConfig values.

  12. implicit def mapDataObjectIdStringReader(implicit mapReader: Configs[Map[String, String]]): Configs[Map[DataObjectId, String]]
  13. implicit val sparkRepartitionDefReader: Configs[SparkRepartitionDef]
  14. implicit val structTypeReader: Configs[StructType]

    A Configs reader that reads StructType values.

    A Configs reader that reads StructType values.

    This reader parses a StructType from a DDL string.

  15. object ConfigLoader extends SmartDataLakeLogger
  16. object ConfigToolbox

    Helper methods to use config outside of SmartDataLakeBuilder, e.g.

    Helper methods to use config outside of SmartDataLakeBuilder, e.g. Notebooks

  17. object SdlConfigObject

Inherited from AnyRef

Inherited from Any

Ungrouped