trait DerivedReaders extends DerivedReaders1
Trait extending DerivedReaders1 that contains ConfigReader instances for AnyVal.
This trait exists to give priority to the AnyVal derivation over the generic product derivation.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DerivedReaders
- DerivedReaders1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
OptionConfigReader[T] extends ConfigReader[Option[T]] with AllowMissingKey
- Definition Classes
- DerivedReaders1
-
trait
WrappedDefaultValue[Wrapped, SubRepr <: HList, DefaultRepr <: HList] extends AnyRef
- Attributes
- protected[pureconfig]
- Definition Classes
- DerivedReaders1
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
implicit final
def
cNilConfigReader[Wrapped]: WrappedConfigReader[Wrapped, CNil]
- Definition Classes
- DerivedReaders1
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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]]
- Definition Classes
- DerivedReaders1
- implicit def deriveAnyVal[T, U](implicit ev: <:<[T, AnyVal], generic: Generic[T], unwrapped: Aux[T, U], reader: ConfigReader[U]): ConfigReader[T]
-
implicit final
def
deriveCoproductInstance[F, Repr <: Coproduct](implicit gen: Aux[F, Repr], cc: Lazy[WrappedConfigReader[F, Repr]]): ConfigReader[F]
- Definition Classes
- DerivedReaders1
-
implicit
def
deriveMap[T](implicit reader: Derivation[Lazy[ConfigReader[T]]]): ConfigReader[Map[String, T]]
- Definition Classes
- DerivedReaders1
-
implicit
def
deriveOption[T](implicit conv: Derivation[Lazy[ConfigReader[T]]]): OptionConfigReader[T]
- Definition Classes
- DerivedReaders1
-
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
- DerivedReaders1
-
implicit
def
deriveTraversable[T, F[T] <: TraversableOnce[T]](implicit configConvert: Derivation[Lazy[ConfigReader[T]]], cbf: CanBuildFrom[F[T], T, F[T]]): ConfigReader[F[T]]
- Definition Classes
- DerivedReaders1
- implicit def deriveTupleInstance[F, Repr <: HList, LRepr <: HList, DefaultRepr <: HList](implicit arg0: IsTuple[F], g: Aux[F, Repr], gcr: ConfigReader[Repr], lg: Aux[F, LRepr], default: Aux[F, DefaultRepr], pr: WrappedDefaultValue[F, LRepr, DefaultRepr]): ConfigReader[F]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
implicit final
def
hConsConfigReader[H, T <: HList](implicit hr: Derivation[Lazy[ConfigReader[H]]], tr: Lazy[ConfigReader[T]], tl: HKernelAux[T]): ConfigReader[::[H, T]]
- Definition Classes
- DerivedReaders1
-
implicit final
lazy val
hNilConfigReader: ConfigReader[HNil]
- Definition Classes
- DerivedReaders1
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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]]
- Definition Classes
- DerivedReaders1
-
implicit final
def
labelledHNilConfigReader[Wrapped](implicit hint: ProductHint[Wrapped]): WrappedDefaultValue[Wrapped, HNil, HNil]
- Definition Classes
- DerivedReaders1
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )