Packages

c

wvlet.airframe.config

ConfigurableDesign

implicit class ConfigurableDesign extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigurableDesign
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ConfigurableDesign(d: Design)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bindConfig[A](config: A)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], sourceCode: SourceCode): Design
  6. def bindConfigFromYaml[A](yamlFile: String, defaultValue: => A)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], sourceCode: SourceCode): Design
  7. def bindConfigFromYaml[A](yamlFile: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], sourceCode: SourceCode): Design
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def currentConfig: Config
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getConfig: Option[Config]
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def overrideConfigParams(props: Map[String, Any], onUnusedProperties: (Properties) => Unit = REPORT_UNUSED_PROPERTIES)(implicit sourceCode: SourceCode): Design

    Override a subset of the configuration parameters, registered to the design.

  20. def overrideConfigParamsWithProperties(props: Properties, onUnusedProperties: (Properties) => Unit = REPORT_UNUSED_PROPERTIES): Design

    Override a subset of the configuration parameters, registered to the design.

  21. def overrideConfigWithPropertiesFile(propertiesFile: String, onUnusedProperties: (Properties) => Unit = REPORT_UNUSED_PROPERTIES)(implicit sourceCode: SourceCode): Design

    Override a subset of the configuration parameters, registered to the design.

  22. def processConfig(configProcessor: (Config) => Unit): Design

    Process Config

  23. def showConfig: Design
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. def withConfig(c: Config): Design
  30. def withConfigEnv(env: String, defaultEnv: String = "default"): Design
  31. def withConfigPaths(configPaths: Seq[String]): Design

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped