package conf
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Conf(darFiles: Map[Path, Option[String]] = Map(), outputDirectory: Path, modulePrefixes: Map[PackageReference, String] = Map.empty, decoderPkgAndClass: Option[(String, String)] = None, verbosity: Level = Level.ERROR, roots: List[String] = Nil) extends Product with Serializable
- darFiles
The Set of Daml-LF Paths to convert into code. It MUST contain all the Daml-LF packages dependencies.
- outputDirectory
The directory where the code will be generated
- decoderPkgAndClass
the fully qualified name of the generated decoder class (optional)
- sealed trait PackageReference extends Product with Serializable
Value Members
- object CodegenConfigReader
- object Conf extends Serializable
- object PackageReference extends Serializable