DesignOptions

wvlet.airframe.DesignOptions
See theDesignOptions companion object
case class DesignOptions(enabledLifeCycleLogging: Option[Boolean], stage: Option[Stage], defaultInstanceInjection: Option[Boolean], options: Map[String, Any]) extends Serializable

Design configs

Attributes

Companion
object
Graph
Supertypes
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product