package scaladsl
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Method(name: String, grpcName: String, inputType: Descriptor, inputStreaming: Boolean, outputType: Descriptor, outputStreaming: Boolean, options: MethodOptions, comment: Option[String] = None, methodDescriptor: MethodDescriptor)(implicit ops: DescriptorImplicits) extends Product with Serializable
- trait ScalaClientCodeGenerator extends ScalaCodeGenerator
- abstract class ScalaCodeGenerator extends CodeGenerator
-
trait
ScalaMarshallersCodeGenerator extends ScalaCodeGenerator
Has to be a separate generator rather than a parameter to the existing ones, because it introduces a suggestedDependency on pekko-http.
- class ScalaServerCodeGenerator extends ScalaCodeGenerator
- case class Serializer(name: String, scalaType: String, init: String) extends Product with Serializable
- case class Service(descriptor: String, packageName: String, name: String, grpcName: String, methods: Seq[Method], serverPowerApi: Boolean, usePlayActions: Boolean, options: ServiceOptions, comment: Option[String] = None) extends Product with Serializable
Value Members
- object Method extends Serializable
- object ScalaClientCodeGenerator extends ScalaCodeGenerator with ScalaClientCodeGenerator
- object ScalaMarshallersCodeGenerator extends ScalaCodeGenerator with ScalaMarshallersCodeGenerator
- object ScalaServerCodeGenerator extends ScalaServerCodeGenerator
- object ScalaTraitCodeGenerator extends ScalaCodeGenerator
- object Serializer extends Serializable
- object Service extends Serializable