DirectiveContext

laika.directive.BuilderContext.DirectiveContext
case class DirectiveContext(content: DirectiveContent, parser: Parser, cursor: DocumentCursor, source: SourceFragment)

The context of a directive during execution.

Attributes

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

Members list

Value members

Concrete methods

def attribute[T](id: AttributeKey, decoder: ConfigDecoder[T], inherit: Boolean): Result[Option[T]]
def message(error: ConfigError): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val body: Option[BodyContent]