avrohugger.tool

package avrohugger.tool

Members list

Type members

Classlikes

class GeneratorTool(sourceFormat: SourceFormat, avroScalaCustomTypes: Option[AvroScalaTypes], avroScalaCustomNamespace: Map[String, String]) extends Tool

A Tool for generating Scala case classes from schemas Adapted from https://github.com/apache/avro/blob/branch-1.7/lang/java/tools/src/main/java/org/apache/avro/tool/SpecificCompilerTool.java

Attributes

Supertypes
trait Tool
class Object
trait Matchable
class Any
object Main

Command-line driver.

Command-line driver.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Main.type
class Runner(in: InputStream, out: PrintStream, err: PrintStream)

Command-line driver.

Command-line driver.

Attributes

Supertypes
class Object
trait Matchable
class Any