object Model
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Model
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait BigDecimalTypeGen extends Product with Serializable
- sealed abstract class CompressionTypeGen extends Product with Serializable
- final case class CustomMarshallersImport(mi: String) extends MarshallersImport with 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: SerializationType, name: String, requests: Seq[RpcRequest]) extends Product with Serializable
- 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( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @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 GzipGen extends CompressionTypeGen with Product with 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 NoCompressionGen extends CompressionTypeGen with Product with Serializable
- object ScalaBigDecimalGen extends BigDecimalTypeGen with Product with Serializable
- object ScalaBigDecimalTaggedGen extends BigDecimalTypeGen with Product with Serializable
- object UseIdiomaticEndpoints