com.octo

avro

package avro

The shared constants and implicit conversions.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. avro
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait CaseClassAvroFixed extends AnyRef

    The trait for case class of avro fixed type.

  2. trait CaseClassAvroFixedCompanion[T <: CaseClassAvroFixed] extends AnyRef

    The trait for case class companion of avro fixed type.

  3. trait CaseClassAvroRecord extends AnyRef

    Base class for all case-classes generated

  4. trait CaseClassAvroRecordCompanion[T <: CaseClassAvroRecord] extends AnyRef

    The trait for case-class companion of Avro record type.

  5. trait LogicalTypeFactory extends AnyRef

    A conversion tool to and from avro.

  6. trait RegisterLogicalTypeJdk7 extends AnyRef

    The default registered logical type.

  7. class ScalaAvroException extends RuntimeException

    Exception throw if something happened during the conversion between AVRO and Scala.

Value Members

  1. val AS_INSTANCE_OF: String

  2. object CaseClassAvroRecord

    The API for the generated case-classes.

  3. object CaseClassAvroRecordCompanion

    The schemas for primitive types.

  4. val EXTENDED: String

  5. val EXTENDS: String

  6. object LogicalTypeFactory

    A registry with all logical types.

  7. object RegisterLogicalType extends RegisterLogicalTypeJdk7

    Created by pprados on 26/07/16.

  8. object Scala210

    Tools to update the code with the bugs in Scala 2.10.

  9. implicit def ToRecordOps(record: Record): AnyRef { ... /* 2 definitions in type refinement */ }

  10. implicit def ToSchemaOps(schema: Schema): AnyRef { ... /* 3 definitions in type refinement */ }

  11. implicit def TofieldOps(field: Field): AnyRef { ... /* 2 definitions in type refinement */ }

  12. object UniverseTools

    Tools to extract information at runtime with universe.

  13. def extractSchemaBehindUnion(schema: Schema): Schema

    Extract the schema behind an union with null.

  14. val nullSchema: Schema

Inherited from AnyRef

Inherited from Any

Ungrouped