final class ConfParsed extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfParsed
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ConfParsed(conf: Configured[Conf])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val conf: Configured[Conf]
- def encoding: Option[Either[String, Codec]]
- def fatalWarnings: Option[Either[String, Boolean]]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getHoconValueOpt[A](path: String*)(implicit ev: ConfDecoderEx[A]): Option[Either[String, A]]
- def ignoreWarnings: Option[Either[String, Boolean]]
- def isGit: Option[Either[String, Boolean]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def onTestFailure: Option[Either[String, String]]
- def toString(): String
- Definition Classes
- Any
- def version: Option[Either[String, String]]