Trait

pureconfig

DerivedReaders1

Related Doc: package pureconfig

Permalink

trait DerivedReaders1 extends AnyRef

Trait containing ConfigReader instances for collection, product and coproduct types.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DerivedReaders1
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. trait WrappedDefaultValue[Wrapped, SubRepr <: HList, DefaultRepr <: HList] extends AnyRef

    Permalink
    Attributes
    protected[pureconfig]

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. implicit final def cNilConfigReader[Wrapped]: WrappedConfigReader[Wrapped, CNil]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit final def coproductConfigReader[Wrapped, Name <: Symbol, V, T <: Coproduct](implicit coproductHint: CoproductHint[Wrapped], vName: Aux[Name], vFieldConvert: Derivation[Lazy[ConfigReader[V]]], tConfigReader: Lazy[WrappedConfigReader[Wrapped, T]]): WrappedConfigReader[Wrapped, :+:[FieldType[Name, V], T]]

    Permalink
  8. implicit final def deriveCoproductInstance[F, Repr <: Coproduct](implicit gen: Aux[F, Repr], cc: Lazy[WrappedConfigReader[F, Repr]]): ConfigReader[F]

    Permalink
  9. implicit def deriveMap[T](implicit reader: Derivation[Lazy[ConfigReader[T]]]): ConfigReader[Map[String, T]]

    Permalink
  10. implicit def deriveOption[T](implicit conv: Derivation[Lazy[ConfigReader[T]]]): OptionConfigReader[T]

    Permalink
  11. 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]

    Permalink
  12. implicit def deriveTraversable[T, F[T] <: TraversableOnce[T]](implicit configConvert: Derivation[Lazy[ConfigReader[T]]], cbf: CanBuildFrom[F[T], T, F[T]]): ConfigReader[F[T]]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. implicit final def hConsConfigReader[H, T <: HList](implicit hr: Derivation[Lazy[ConfigReader[H]]], tr: Lazy[ConfigReader[T]], tl: HKernelAux[T]): ConfigReader[::[H, T]]

    Permalink
  18. implicit final lazy val hNilConfigReader: ConfigReader[HNil]

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. implicit final def labelledHConsConfigReader[Wrapped, K <: Symbol, V, T <: HList, U <: HList](implicit key: Aux[K], vFieldReader: Derivation[Lazy[ConfigReader[V]]], tConfigReader: Lazy[WrappedDefaultValue[Wrapped, T, U]], hint: ProductHint[Wrapped]): WrappedDefaultValue[Wrapped, ::[FieldType[K, V], T], ::[Option[V], U]]

    Permalink
  22. implicit final def labelledHNilConfigReader[Wrapped](implicit hint: ProductHint[Wrapped]): WrappedDefaultValue[Wrapped, HNil, HNil]

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped