package examples
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- examples
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class CallMacro(callMacro: MacroCall, macroCalls: List[MacroCall]) extends NunjucksTemplateBody with Product with Serializable
- case class CaseClassOps[T <: Product](caseClassObj: T)(implicit evidence$1: ClassTag[T]) extends Product with Serializable
- sealed trait ExampleType extends AnyRef
- case class Field[+T](name: String, value: T, defaultValue: Option[T], isConstructorVal: Boolean) extends Product with Serializable
- case class Import(from: String = "", macroName: String = "") extends Product with Serializable
- case class MacroCall(macroName: String, args: Any) extends NunjucksTemplateBody with Product with Serializable
- case class MessagesSupport() extends Product with Serializable
- case class NunjucksTemplate(prelim: Option[TemplateHtml] = None, imports: List[Import], body: List[NunjucksTemplateBody]) extends Product with Serializable
- sealed trait NunjucksTemplateBody extends AnyRef
- trait Retryable extends AnyRef
- case class SetBlock(blockName: String, html: Option[TemplateHtml] = None, macroCall: Option[MacroCall]) extends NunjucksTemplateBody with Product with Serializable
- case class TemplateHtml(content: Html) extends NunjucksTemplateBody with Product with Serializable
- case class WhiteSpace(ws: String) extends NunjucksTemplateBody with Product with Serializable
Value Members
- def prettyPrint(a: Any, indentSize: Int = 2, maxElementWidth: Int = 30, depth: Int = 1): String
- def standardiseSeq(in: String): String
- object AsJson
- object ConfigFromReference
- object ExampleGenerator extends App
- object ExampleTranslator
- object FileSystem extends Retryable
- case object GovukFrontend extends ExampleType with Product with Serializable
- case object HmrcFrontend extends ExampleType with Product with Serializable
- object Implicits
- object NunjucksParser
- object PlayVersions
- object TwirlFormatter