Settings

case class Settings(startEmbeddedServer: Boolean, embeddedServerHostname: String, embeddedServerPort: Int, embeddedServerPath: String, embeddedServerImpl: String, generic: Generic)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product