ReferenceResolver

laika.rewrite.ReferenceResolver
See theReferenceResolver companion object
case class ReferenceResolver(config: Config)

A resolver for context references in templates or markup documents.

Attributes

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

Members list

Concise view

Value members

Concrete methods

def resolve(key: Key): ConfigResult[Option[ConfigValue]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product