ObjectValue

laika.api.config.ConfigValue.ObjectValue
case class ObjectValue(values: Seq[Field]) extends ConfigValue

Attributes

Source
Config.scala
Graph
Supertypes
trait ConfigValue
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Config.scala

Attributes

Source
Config.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product