DSL

net.ruippeixotog.scalascraper.config.dsl.DSL
object DSL extends ConfigLoaders

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DSL.type

Members list

Value members

Inherited methods

final def extractorAt[A](path: String): HtmlExtractor[Element, A]

Attributes

Inherited from:
ConfigLoaders
final def extractorAt[A](config: Config, path: String): HtmlExtractor[Element, A]

Attributes

Inherited from:
ConfigLoaders
def extractorAt[A](config: Config): HtmlExtractor[Element, A]

Attributes

Inherited from:
ConfigLoaders
final def validatorAt[R : ConfigReader](path: String): HtmlValidator[Element, R]

Attributes

Inherited from:
ConfigLoaders
final def validatorAt[R : ConfigReader](config: Config, path: String): HtmlValidator[Element, R]

Attributes

Inherited from:
ConfigLoaders
def validatorAt[R : ConfigReader](config: Config): HtmlValidator[Element, R]

Attributes

Inherited from:
ConfigLoaders
final def validatorsAt[R : ConfigReader](path: String): Seq[HtmlValidator[Element, R]]

Attributes

Inherited from:
ConfigLoaders
final def validatorsAt[R : ConfigReader](config: Config, path: String): Seq[HtmlValidator[Element, R]]

Attributes

Inherited from:
ConfigLoaders
def validatorsAt[R : ConfigReader](configs: Seq[Config]): Seq[HtmlValidator[Element, R]]

Attributes

Inherited from:
ConfigLoaders

Implicits

Inherited implicits

implicit def errorReader: ConfigReader[Nothing]

Attributes

Inherited from:
ConfigLoaders