pureconfig

ConfigReader

object ConfigReader extends BasicReaders with DerivedReaders

Provides methods to create ConfigReader instances.

Annotations
@deprecated
Deprecated

(Since version 0.7.0) The pureconfig artifact with organization com.github.melrief is deprecated and won't be published anymore. Please update your dependency to use the organization com.github.pureconfig

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ConfigReader
  2. DerivedReaders
  3. BasicReaders
  4. TypesafeConfigReaders
  5. DurationReaders
  6. JavaTimeReaders
  7. UriAndPathReaders
  8. PrimitiveReaders
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class OptionConfigReader[T] extends ConfigReader[Option[T]] with AllowMissingKey

    Definition Classes
    DerivedReaders

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. implicit val booleanConfigReader: ConfigReader[Boolean]

    Definition Classes
    PrimitiveReaders
  8. implicit final def cNilConfigReader[Wrapped]: WrappedConfigReader[Wrapped, CNil]

    Definition Classes
    DerivedReaders
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. implicit val configConfigReader: ConfigReader[Config]

    Definition Classes
    TypesafeConfigReaders
  11. implicit val configListConfigReader: ConfigReader[ConfigList]

    Definition Classes
    TypesafeConfigReaders
  12. implicit val configObjectConfigReader: ConfigReader[ConfigObject]

    Definition Classes
    TypesafeConfigReaders
  13. implicit val configValueConfigReader: ConfigReader[ConfigValue]

    Definition Classes
    TypesafeConfigReaders
  14. implicit final def coproductConfigReader[Wrapped, Name <: Symbol, V, T <: Coproduct](implicit coproductHint: CoproductHint[Wrapped], vName: Aux[Name], vFieldConvert: Lazy[ConfigReader[V]], tConfigReader: Lazy[WrappedConfigReader[Wrapped, T]]): WrappedConfigReader[Wrapped, :+:[FieldType[Name, V], T]]

    Definition Classes
    DerivedReaders
  15. implicit final def deriveCoproductInstance[F, Repr <: Coproduct](implicit gen: Aux[F, Repr], cc: Lazy[WrappedConfigReader[F, Repr]]): ConfigReader[F]

    Definition Classes
    DerivedReaders
  16. implicit def deriveMap[T](implicit configConvert: Lazy[ConfigReader[T]]): ConfigReader[Map[String, T]]

    Definition Classes
    DerivedReaders
  17. implicit def deriveOption[T](implicit conv: Lazy[ConfigReader[T]]): OptionConfigReader[T]

    Definition Classes
    DerivedReaders
  18. implicit final def deriveProductInstance[F, Repr <: HList, DefaultRepr <: HList](implicit gen: Aux[F, Repr], default: Aux[F, DefaultRepr], cc: Lazy[WrappedDefaultValue[F, Repr, DefaultRepr]]): ConfigReader[F]

    Definition Classes
    DerivedReaders
  19. implicit def deriveTraversable[T, F[T] <: TraversableOnce[T]](implicit configConvert: Lazy[ConfigReader[T]], cbf: CanBuildFrom[F[T], T, F[T]]): ConfigReader[F[T]]

    Definition Classes
    DerivedReaders
  20. implicit val doubleConfigReader: ConfigReader[Double]

    Definition Classes
    PrimitiveReaders
  21. implicit val durationConfigReader: ConfigReader[Duration]

    Definition Classes
    DurationReaders
  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. implicit val finiteDurationConfigReader: ConfigReader[FiniteDuration]

    Definition Classes
    DurationReaders
  26. implicit val floatConfigReader: ConfigReader[Float]

    Definition Classes
    PrimitiveReaders
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. implicit final def hConsConfigReader[Wrapped, K <: Symbol, V, T <: HList, U <: HList](implicit key: Aux[K], vFieldConvert: Lazy[ConfigReader[V]], tConfigReader: Lazy[WrappedDefaultValue[Wrapped, T, U]], hint: ProductHint[Wrapped]): WrappedDefaultValue[Wrapped, ::[FieldType[K, V], T], ::[Option[V], U]]

    Definition Classes
    DerivedReaders
  29. implicit final def hNilConfigReader[Wrapped](implicit hint: ProductHint[Wrapped]): WrappedDefaultValue[Wrapped, HNil, HNil]

    Definition Classes
    DerivedReaders
  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. implicit val instantConfigReader: ConfigReader[Instant]

    Definition Classes
    JavaTimeReaders
  32. implicit val intConfigReader: ConfigReader[Int]

    Definition Classes
    PrimitiveReaders
  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. implicit val longConfigReader: ConfigReader[Long]

    Definition Classes
    PrimitiveReaders
  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. implicit val pathConfigReader: ConfigReader[Path]

    Definition Classes
    UriAndPathReaders
  39. implicit val periodConfigReader: ConfigReader[Period]

    Definition Classes
    JavaTimeReaders
  40. implicit val shortConfigReader: ConfigReader[Short]

    Definition Classes
    PrimitiveReaders
  41. implicit val stringConfigReader: ConfigReader[String]

    Definition Classes
    PrimitiveReaders
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. implicit val uriConfigReader: ConfigReader[URI]

    Definition Classes
    UriAndPathReaders
  45. implicit val urlConfigReader: ConfigReader[URL]

    Definition Classes
    UriAndPathReaders
  46. implicit val uuidConfigReader: ConfigReader[UUID]

    Definition Classes
    UriAndPathReaders
  47. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. implicit val yearConfigReader: ConfigReader[Year]

    Definition Classes
    JavaTimeReaders
  51. implicit val zoneIdConfigReader: ConfigReader[ZoneId]

    Definition Classes
    JavaTimeReaders
  52. implicit val zoneOffsetConfigReader: ConfigReader[ZoneOffset]

    Definition Classes
    JavaTimeReaders

Deprecated Value Members

  1. def apply[T](implicit reader: ConfigReader[T]): ConfigReader[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.0) The pureconfig artifact with organization com.github.melrief is deprecated and won't be published anymore. Please update your dependency to use the organization com.github.pureconfig

  2. def fromNonEmptyString[T](fromF: (String) ⇒ (Option[ConfigValueLocation]) ⇒ Either[ConfigReaderFailure, T])(implicit ct: ClassTag[T]): ConfigReader[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.0) The pureconfig artifact with organization com.github.melrief is deprecated and won't be published anymore. Please update your dependency to use the organization com.github.pureconfig

  3. def fromNonEmptyStringOpt[T](fromF: (String) ⇒ Option[T])(implicit ct: ClassTag[T]): ConfigReader[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.0) The pureconfig artifact with organization com.github.melrief is deprecated and won't be published anymore. Please update your dependency to use the organization com.github.pureconfig

  4. def fromNonEmptyStringTry[T](fromF: (String) ⇒ Try[T])(implicit ct: ClassTag[T]): ConfigReader[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.0) The pureconfig artifact with organization com.github.melrief is deprecated and won't be published anymore. Please update your dependency to use the organization com.github.pureconfig

  5. def fromString[T](fromF: (String) ⇒ (Option[ConfigValueLocation]) ⇒ Either[ConfigReaderFailure, T]): ConfigReader[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.0) The pureconfig artifact with organization com.github.melrief is deprecated and won't be published anymore. Please update your dependency to use the organization com.github.pureconfig

  6. def fromStringOpt[T](fromF: (String) ⇒ Option[T])(implicit ct: ClassTag[T]): ConfigReader[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.0) The pureconfig artifact with organization com.github.melrief is deprecated and won't be published anymore. Please update your dependency to use the organization com.github.pureconfig

  7. def fromStringTry[T](fromF: (String) ⇒ Try[T])(implicit ct: ClassTag[T]): ConfigReader[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.0) The pureconfig artifact with organization com.github.melrief is deprecated and won't be published anymore. Please update your dependency to use the organization com.github.pureconfig

Inherited from DerivedReaders

Inherited from BasicReaders

Inherited from TypesafeConfigReaders

Inherited from DurationReaders

Inherited from JavaTimeReaders

Inherited from UriAndPathReaders

Inherited from PrimitiveReaders

Inherited from AnyRef

Inherited from Any

Ungrouped