Packages

package mu

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package comparison

Type Members

  1. sealed trait CompressionType extends Product with Serializable
  2. final case class DependentImport[T](pkg: String, protocol: String, tpe: T) extends Product with Serializable
  3. sealed trait MuF[A] extends AnyRef
  4. final case class Protocol[T](name: Option[String], pkg: Option[String], options: List[(String, String)], declarations: List[T], services: List[Service[T]], imports: List[DependentImport[T]]) extends Product with Serializable
  5. final case class Service[T](name: String, serializationType: SerializationType, compressionType: CompressionType, namespace: Option[String], useIdiomaticEndpoints: Boolean, operations: List[Operation[T]]) extends Product with Serializable

Value Members

  1. object CompressionType extends Serializable
  2. object MuF
  3. object Optimize

    Optimize object contains transformations in same schema

  4. object Protocol extends Serializable
  5. object Service extends Serializable
  6. object Transform
  7. object codegen

Ungrouped