final
class
ConfigExtensionMethods extends AnyVal
Instance Constructors
-
new
ConfigExtensionMethods(c: Config)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
c: Config
-
-
-
-
-
def
formatted(fmtstr: String): String
-
def
getBooleanOpt(path: String): Option[Boolean]
-
def
getBooleanOr(path: String, default: ⇒ Boolean = false): Boolean
-
def
getClass(): Class[_ <: AnyVal]
-
def
getConfigOr(path: String, default: ⇒ Config = ConfigFactory.empty()): Config
-
def
getDurationOr(path: String, default: ⇒ Duration = Duration.Zero): Duration
-
def
getIntOpt(path: String): Option[Int]
-
def
getIntOr(path: String, default: ⇒ Int = 0): Int
-
def
getMillisecondsOr(path: String, default: ⇒ Long = 0L): Long
-
def
getPropertiesOpt(path: String): Option[Properties]
-
def
getPropertiesOr(path: String, default: ⇒ Properties = null): Properties
-
def
getStringOpt(path: String): Option[String]
-
def
getStringOr(path: String, default: ⇒ String = null): String
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
-
Shadowed Implicit Value Members
-
val
self: Any
-
val
self: Any
Inherited from AnyVal
Inherited from NotNull
Inherited from Any
Extension methods to make Typesafe Config easier to use