Packages

c

scalaql.json

JsonReadDsl

class JsonReadDsl[A] extends DataSourceReadDsl[A, Reader, Decoder, [a]JsonReadConfig, JsonDataSourceReader, JsonReadDsl[A]] with DataSourceJavaIOReadDslMixin[A, Decoder, [a]JsonReadConfig, JsonDataSourceReader, JsonReadDsl[A]] with DataSourceFilesReadDslMixin[A, Reader, Decoder, [a]JsonReadConfig, JsonDataSourceReader, JsonReadDsl[A]] with DataSourceHttpReadDslMixin[A, Reader, Decoder, [a]JsonReadConfig, JsonDataSourceReader, JsonReadDsl[A]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonReadDsl
  2. DataSourceHttpReadDslMixin
  3. DataSourceFilesReadDslMixin
  4. DataSourceJavaIOReadDslMixin
  5. DataSourceReadDsl
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JsonReadDsl(config: JsonReadConfig)

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. val _reader: JsonDataSourceReader.type
    Attributes
    protected
    Definition Classes
    JsonReadDslDataSourceReadDsl
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. val config: JsonReadConfig
    Definition Classes
    JsonReadDslDataSourceReadDsl
  8. def directory(dir: Path, globPattern: String, maxDepth: Int = 20, encoding: Charset = StandardCharsets.UTF_8)(implicit ev: Decoder[A]): Iterable[A]
    Definition Classes
    DataSourceFilesReadDslMixin
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def file(path: Path, encoding: Charset = StandardCharsets.UTF_8)(implicit ev: Decoder[A]): Iterable[A]
    Definition Classes
    DataSourceFilesReadDslMixin
  12. def files(encoding: Charset = StandardCharsets.UTF_8)(files: Path*)(implicit ev: Decoder[A]): Iterable[A]
    Definition Classes
    DataSourceFilesReadDslMixin
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def load(source: => Reader)(implicit ev: Decoder[A]): Iterable[A]
    Definition Classes
    DataSourceReadDsl
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def option(lineTerminator: String): JsonReadDsl[A]
  22. def option(multiline: Boolean): JsonReadDsl[A]
  23. def options(multiline: Boolean = config.multiline, lineTerminator: String = config.lineTerminator): JsonReadDsl[A]
  24. def string(content: String)(implicit ev: Decoder[A]): Iterable[A]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def url(url: URL, encoding: Charset = StandardCharsets.UTF_8)(implicit ev: Decoder[A]): Iterable[A]
    Definition Classes
    DataSourceHttpReadDslMixin
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. def withConfig(config: JsonReadConfig): JsonReadDsl[A]
    Definition Classes
    JsonReadDslDataSourceReadDsl

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped