TwirlModule

mill.twirllib.TwirlModule
trait TwirlModule extends Module

Attributes

Source
TwirlModule.scala
Graph
Supertypes
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes
trait Twirl
trait PlayModule
Self type

Members list

Type members

Classlikes

Class instead of an object, to allow re-configuration.

Class instead of an object, to allow re-configuration.

Attributes

Since

Mill after 0.10.5

Source
TwirlModule.scala
Supertypes
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all

Inherited classlikes

object moduleInternal extends Internal

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Attributes

Inherited from:
Module
Source
Module.scala
Supertypes
class Internal
class Object
trait Matchable
class Any

Value members

Abstract methods

def twirlVersion: Simple[String]

Attributes

Source
TwirlModule.scala

Concrete methods

Attributes

Source
TwirlModule.scala
def twirlCodec: Codec

Attributes

Source
TwirlModule.scala
def twirlConstructorAnnotations: Seq[String]

Attributes

Source
TwirlModule.scala
def twirlFormats: Simple[Map[String, String]]

Attributes

Source
TwirlModule.scala
def twirlImports: Simple[Seq[String]]

Attributes

Source
TwirlModule.scala
def twirlInclusiveDot: Boolean

Attributes

Source
TwirlModule.scala
def twirlMvnDeps: Simple[Seq[Dep]]

Attributes

Since

Mill after 0.10.5

Source
TwirlModule.scala
def twirlScalaVersion: Simple[String]

The Scala version matching the twirl version.

The Scala version matching the twirl version.

Attributes

Since

Mill after 0.10.5

Source
TwirlModule.scala

Attributes

Source
TwirlModule.scala

Inherited methods

Attributes

Inherited from:
BaseClass
Source
Module.scala
def moduleDir: Path

Attributes

Inherited from:
Module
Source
Module.scala

Attributes

Inherited from:
Module
Source
Module.scala

Attributes

Inherited from:
Module
Source
Module.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Module -> Any
Inherited from:
Module
Source
Module.scala

Concrete fields

Attributes

Since

Mill after 0.10.5

Source
TwirlModule.scala