final case class AvrohuggerSrcGenerator(marshallersImports: List[MarshallersImport], compressionType: CompressionTypeGen = NoCompressionGen, serializationType: SerializationType, useIdiomaticEndpoints: Boolean = true, scala3: Boolean) extends Generator with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AvrohuggerSrcGenerator
- Serializable
- Serializable
- Product
- Equals
- Generator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AvrohuggerSrcGenerator(marshallersImports: List[MarshallersImport], compressionType: CompressionTypeGen = NoCompressionGen, serializationType: SerializationType, useIdiomaticEndpoints: Boolean = true, scala3: Boolean)
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 buildMethodDefn(methodName: String, message: Message): ErrorsOr[MethodDefn]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val compressionType: CompressionTypeGen
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
generateFromFile(inputFile: File): ErrorsOr[Output]
- Definition Classes
- AvrohuggerSrcGenerator → Generator
-
def
generateFromFiles(files: Set[File]): List[Result]
- Definition Classes
- AvrohuggerSrcGenerator → Generator
- def generateFromProtocol(protocol: Protocol): ErrorsOr[Output]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
idlType: IdlType
- Definition Classes
- AvrohuggerSrcGenerator → Generator
-
def
inputFiles(files: Set[File]): List[File]
- Definition Classes
- AvrohuggerSrcGenerator → Generator
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val marshallersImports: List[MarshallersImport]
- def methodSignature(method: MethodDefn): List[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val scala3: Boolean
- val serializationType: SerializationType
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val useIdiomaticEndpoints: Boolean
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated