Packages

p

smithy4s

codegen

package codegen

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. codegen
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package internals
  2. package transformers

Type Members

  1. final case class CodegenArgs(specs: List[Path], output: Path, resourceOutput: Path, skip: Set[FileType], discoverModels: Boolean, allowedNS: Option[Set[String]], excludedNS: Option[Set[String]], repositories: List[String], dependencies: List[String], transformers: List[String], localJars: List[Path]) extends Product with Serializable
  2. sealed trait CodegenEntry extends AnyRef
  3. final case class CodegenResult(sources: Seq[CodegenEntry], resources: Seq[CodegenEntry]) extends Product with Serializable
  4. final case class DumpModelArgs(specs: List[Path], repositories: List[String], dependencies: List[String], transformers: List[String], localJars: List[Path]) extends Product with Serializable
  5. sealed abstract class FileType extends Product with Serializable
  6. class NodeExtractor[T] extends AnyRef
  7. class ShapeExtractor[T] extends AnyRef

Value Members

  1. val SMITHY4S_DEPENDENCIES: String
  2. object AwsSpecs
  3. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  4. object Codegen
  5. object CodegenEntry
  6. object FileType extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped