Package

com.sksamuel

avro4s

Permalink

package avro4s

Visibility
  1. Public
  2. All

Type Members

  1. case class ArrayType(arrayType: Type) extends Type with Product with Serializable

    Permalink
  2. class ClassGenerator extends AnyRef

    Permalink
  3. case class EnumType(namespace: String, name: String, symbols: Seq[String]) extends TopLevelType with Product with Serializable

    Permalink
  4. case class FieldDef(name: String, type: Type) extends Product with Serializable

    Permalink
  5. case class MapType(valueType: Type) extends Type with Product with Serializable

    Permalink
  6. case class PrimitiveType(baseType: String) extends Type with Product with Serializable

    Permalink
  7. case class Record(namespace: String, name: String, fields: Seq[FieldDef]) extends TopLevelType with Product with Serializable

    Permalink
  8. sealed trait TopLevelType extends Type

    Permalink
  9. sealed trait Type extends AnyRef

    Permalink
  10. case class UnionType(left: Type, right: Type) extends Type with Product with Serializable

    Permalink

Value Members

  1. object ClassGenerator

    Permalink
  2. object FileRenderer

    Permalink
  3. object NullType extends Type with Product with Serializable

    Permalink
  4. object StringClassRenderer

    Permalink
  5. object TypeRenderer

    Permalink

Ungrouped