package mu
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
- package comparison
Type Members
- sealed trait CompressionType extends Product with Serializable
- final case class DependentImport[T](pkg: String, protocol: String, tpe: T) extends Product with Serializable
- sealed trait MuF[A] extends AnyRef
- 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
- 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
- object CompressionType extends Serializable
- object MuF
- object Optimize
Optimize object contains transformations in same schema
- object Protocol extends Serializable
- object Service extends Serializable
- object Transform
- object codegen