Packages

c

higherkindness.mu.rpc.srcgen.avro

AvroSrcGenerator

final case class AvroSrcGenerator(marshallersImports: List[MarshallersImport], bigDecimalTypeGen: BigDecimalTypeGen, compressionTypeGen: CompressionTypeGen, useIdiomaticEndpoints: UseIdiomaticEndpoints) extends SrcGenerator with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, SrcGenerator, Generator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AvroSrcGenerator
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SrcGenerator
  7. Generator
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AvroSrcGenerator(marshallersImports: List[MarshallersImport], bigDecimalTypeGen: BigDecimalTypeGen, compressionTypeGen: CompressionTypeGen, useIdiomaticEndpoints: UseIdiomaticEndpoints)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bigDecimalTypeGen: BigDecimalTypeGen
  6. def buildMethodSignature(name: String, request: Schema, response: Schema): ErrorsOr[String]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val compressionTypeGen: CompressionTypeGen
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def generateFrom(protocol: Protocol, serializationType: SerializationType): (String, ErrorsOr[List[String]])
  12. def generateFrom(input: String, serializationType: SerializationType): Option[(String, ErrorsOr[List[String]])]
  13. def generateFrom(inputFile: File, serializationType: SerializationType): Option[(String, ErrorsOr[List[String]])]
    Definition Classes
    AvroSrcGeneratorGenerator
  14. def generateFrom(files: Set[File], serializationType: SerializationType): List[(File, String, ErrorsOr[List[String]])]
    Definition Classes
    AvroSrcGeneratorGenerator
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. val idlType: IdlType
    Definition Classes
    AvroSrcGeneratorGenerator
  17. def inputFiles(files: Set[File]): List[File]
    Definition Classes
    AvroSrcGeneratorGenerator
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val marshallersImports: List[MarshallersImport]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. val useIdiomaticEndpoints: UseIdiomaticEndpoints
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SrcGenerator

Inherited from Generator

Inherited from AnyRef

Inherited from Any

Ungrouped