pureconfig

DerivedReaders

trait DerivedReaders extends AnyRef

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

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DerivedReaders
  2. AnyRef
  3. 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

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 final def cNilConfigReader[Wrapped]: WrappedConfigReader[Wrapped, CNil]

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. 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]]

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

  11. implicit def deriveMap[T](implicit configConvert: Lazy[ConfigReader[T]]): ConfigReader[Map[String, T]]

  12. implicit def deriveOption[T](implicit conv: Lazy[ConfigReader[T]]): OptionConfigReader[T]

  13. 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]

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

  15. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  19. 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]]

  20. implicit final def hNilConfigReader[Wrapped](implicit hint: ProductHint[Wrapped]): WrappedDefaultValue[Wrapped, HNil, HNil]

  21. def hashCode(): Int

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

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

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

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

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

    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped