Packages

package conf

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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)

  2. sealed trait PackageReference extends Product with Serializable

Value Members

  1. object CodegenConfigReader
  2. object Conf extends Serializable
  3. object PackageReference extends Serializable

Ungrouped