object Model
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Model
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait BigDecimalTypeGen extends Product with Serializable
- sealed abstract class CompressionTypeGen extends Product with Serializable
- case class CustomMarshallersImport(mi: String) extends MarshallersImport with Product with Serializable
- sealed trait IdlType extends Product with Serializable
- sealed abstract class MarshallersImport extends Product with Serializable
- case class RpcDefinitions(outputName: String, outputPackage: Option[String], options: Seq[RpcOption], messages: Seq[RpcMessage], services: Seq[RpcService]) extends Product with Serializable
- case class RpcMessage(name: String, params: Seq[scala.reflect.api.JavaUniverse.ValDef]) extends Product with Serializable
- case class RpcOption(name: String, value: String) extends Product with Serializable
- case class RpcRequest(name: String, requestType: scala.reflect.api.JavaUniverse.Tree, responseType: scala.reflect.api.JavaUniverse.Tree, streamingType: Option[StreamingType] = None) extends Product with Serializable
- case class RpcService(serializationType: protocol.SerializationType, name: String, requests: Seq[RpcRequest]) extends Product with Serializable
- sealed trait SerializationType extends Product with Serializable
- sealed trait StreamingImplementation extends AnyRef
- type UseIdiomaticEndpoints = Boolean with Tagged[UseIdiomaticEndpointsTag]
- trait UseIdiomaticEndpointsTag extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object BigDecimalAvroMarshallers extends MarshallersImport with Product with Serializable
- object BigDecimalProtobufMarshallers extends MarshallersImport with Product with Serializable
- object BigDecimalTaggedAvroMarshallers extends MarshallersImport with Product with Serializable
- object Fs2Stream extends StreamingImplementation with Product with Serializable
- object GzipGen extends CompressionTypeGen with Product with Serializable
- object IdlType extends Serializable
- object JavaTimeDateAvroMarshallers extends MarshallersImport with Product with Serializable
- object JavaTimeDateProtobufMarshallers extends MarshallersImport with Product with Serializable
- object JodaDateTimeAvroMarshallers extends MarshallersImport with Product with Serializable
- object JodaDateTimeProtobufMarshallers extends MarshallersImport with Product with Serializable
- object MonixObservable extends StreamingImplementation with Product with Serializable
- object NoCompressionGen extends CompressionTypeGen with Product with Serializable
- object ScalaBigDecimalGen extends BigDecimalTypeGen with Product with Serializable
- object ScalaBigDecimalTaggedGen extends BigDecimalTypeGen with Product with Serializable
- object SerializationType extends Serializable
- object UseIdiomaticEndpoints