TemplateConfig

fabric.define.TemplateConfig
See theTemplateConfig companion object

Attributes

Companion
object
Source
TemplateConfig.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def bool(path: JsonPath): Boolean

Attributes

Source
TemplateConfig.scala
def dec(path: JsonPath): BigDecimal

Attributes

Source
TemplateConfig.scala
def enum(path: JsonPath, values: List[Json]): Json

Attributes

Source
TemplateConfig.scala
def int(path: JsonPath): Int

Attributes

Source
TemplateConfig.scala
def json(path: JsonPath): Json

Attributes

Source
TemplateConfig.scala
def string(path: JsonPath): String

Attributes

Source
TemplateConfig.scala