implicit final class CirceConfigOps extends AnyVal
Enriches com.typesafe.config.Config instances with methods to decode to a specific type.
- Source
- syntax.scala
- Alphabetic
- By Inheritance
- CirceConfigOps
- AnyVal
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new CirceConfigOps(config: Config)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
def
as[A](path: String)(implicit arg0: Decoder[A]): Either[Error, A]
Read config settings at given path into the specified type.
-
def
as[A](implicit arg0: Decoder[A]): Either[Error, A]
Read config settings into the specified type.
-
def
asF[F[_], A](path: String)(implicit arg0: Decoder[A], ev: ApplicativeError[F, Throwable]): F[A]
Read config settings at given path into the specified type.
-
def
asF[F[_], A](implicit arg0: Decoder[A], ev: ApplicativeError[F, Throwable]): F[A]
Read config settings into the specified type.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val config: Config
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any