trait ConfigImplicits extends AnyRef
- Alphabetic
- By Inheritance
- ConfigImplicits
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
val
actionIdReader: ConfigReader[ActionId]
A reader that reads ActionId values.
A reader that reads ActionId values.
- Annotations
- @Scaladoc()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val authModeReader: ConfigReader[AuthMode]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- implicit val conditionReader: ConfigReader[Condition]
-
implicit
val
connectionIdReader: ConfigReader[ConnectionId]
A reader that reads ConnectionId values.
A reader that reads ConnectionId values.
- Annotations
- @Scaladoc()
- implicit val customDfCreatorConfigReader: ConfigReader[CustomDfCreatorConfig]
- implicit val customDfTransformerConfigReader: ConfigReader[CustomDfTransformerConfig]
- implicit val customDfsTransformerConfigReader: ConfigReader[CustomDfsTransformerConfig]
- implicit val customFileTransformerConfigReader: ConfigReader[CustomFileTransformerConfig]
-
implicit
val
dataObjectIdReader: ConfigReader[DataObjectId]
A reader that reads DataObjectId values.
A reader that reads DataObjectId values.
- Annotations
- @Scaladoc()
-
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()
-
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()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val executionModeReader: ConfigReader[ExecutionMode]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def mapDataObjectIdStringReader(implicit mapReader: ConfigReader[Map[String, String]]): ConfigReader[Map[DataObjectId, String]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
implicit
val
outputModeReader: ConfigReader[OutputMode]
A ConfigReader reader that reads OutputMode.
A ConfigReader reader that reads OutputMode.
- Annotations
- @Scaladoc()
-
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()
-
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()
- implicit val secretProviderConfigReader: ConfigReader[SecretProviderConfig]
- implicit val sparkRepartitionDefReader: ConfigReader[SparkRepartitionDef]
- implicit val sparkUdfCreatorConfigReader: ConfigReader[SparkUDFCreatorConfig]
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated