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

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
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: 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit val booleanConfigReader: ConfigReader[Boolean]
    Definition Classes
    PrimitiveReaders
  6. implicit final def cNilConfigReader[Wrapped]: WrappedConfigReader[Wrapped, CNil]
    Definition Classes
    DerivedReaders
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit val configConfigReader: ConfigReader[Config]
    Definition Classes
    TypesafeConfigReaders
  9. implicit val configListConfigReader: ConfigReader[ConfigList]
    Definition Classes
    TypesafeConfigReaders
  10. implicit val configObjectConfigReader: ConfigReader[ConfigObject]
    Definition Classes
    TypesafeConfigReaders
  11. implicit val configValueConfigReader: ConfigReader[ConfigValue]
    Definition Classes
    TypesafeConfigReaders
  12. 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
  13. implicit final def deriveCoproductInstance[F, Repr <: Coproduct](implicit gen: Aux[F, Repr], cc: Lazy[WrappedConfigReader[F, Repr]]): ConfigReader[F]
    Definition Classes
    DerivedReaders
  14. implicit def deriveMap[T](implicit configConvert: Lazy[ConfigReader[T]]): ConfigReader[Map[String, T]]
    Definition Classes
    DerivedReaders
  15. implicit def deriveOption[T](implicit conv: Lazy[ConfigReader[T]]): OptionConfigReader[T]
    Definition Classes
    DerivedReaders
  16. 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
  17. 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
  18. implicit val doubleConfigReader: ConfigReader[Double]
    Definition Classes
    PrimitiveReaders
  19. implicit val durationConfigReader: ConfigReader[Duration]
    Definition Classes
    DurationReaders
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. implicit val finiteDurationConfigReader: ConfigReader[FiniteDuration]
    Definition Classes
    DurationReaders
  24. implicit val floatConfigReader: ConfigReader[Float]
    Definition Classes
    PrimitiveReaders
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  26. 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
  27. implicit final def hNilConfigReader[Wrapped](implicit hint: ProductHint[Wrapped]): WrappedDefaultValue[Wrapped, HNil, HNil]
    Definition Classes
    DerivedReaders
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  29. implicit val instantConfigReader: ConfigReader[Instant]
    Definition Classes
    JavaTimeReaders
  30. implicit val intConfigReader: ConfigReader[Int]
    Definition Classes
    PrimitiveReaders
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. implicit val longConfigReader: ConfigReader[Long]
    Definition Classes
    PrimitiveReaders
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  36. implicit val pathConfigReader: ConfigReader[Path]
    Definition Classes
    UriAndPathReaders
  37. implicit val periodConfigReader: ConfigReader[Period]
    Definition Classes
    JavaTimeReaders
  38. implicit val shortConfigReader: ConfigReader[Short]
    Definition Classes
    PrimitiveReaders
  39. implicit val stringConfigReader: ConfigReader[String]
    Definition Classes
    PrimitiveReaders
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. implicit val uriConfigReader: ConfigReader[URI]
    Definition Classes
    UriAndPathReaders
  43. implicit val urlConfigReader: ConfigReader[URL]
    Definition Classes
    UriAndPathReaders
  44. implicit val uuidConfigReader: ConfigReader[UUID]
    Definition Classes
    UriAndPathReaders
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. implicit val yearConfigReader: ConfigReader[Year]
    Definition Classes
    JavaTimeReaders
  49. implicit val zoneIdConfigReader: ConfigReader[ZoneId]
    Definition Classes
    JavaTimeReaders
  50. 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