HintsAwareConfigReaderDerivation

pureconfig.generic.scala3.HintsAwareConfigReaderDerivation
See theHintsAwareConfigReaderDerivation companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

inline def deriveReader[A](using m: Of[A]): ConfigReader[A]

Inherited methods

inline def deriveProductReader[A](using pm: ProductOf[A], ph: ProductHint[A]): ConfigReader[A]

Attributes

Inherited from:
HintsAwareProductConfigReaderDerivation
inline def deriveSumReader[A](using cm: SumOf[A], cph: CoproductHint[A]): ConfigReader[A]

Attributes

Inherited from:
HintsAwareCoproductConfigReaderDerivation