p

com.sksamuel

avro4s

package avro4s

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Anno (classname: String, values: Seq[String]) extends Product with Serializable
  2. case class AvroAlias (alias: String) extends Annotation with StaticAnnotation with Product with Serializable
  3. case class AvroDoc (doc: String) extends Annotation with StaticAnnotation with Product with Serializable
  4. case class AvroFixed (size: Int) extends Annotation with StaticAnnotation with Product with Serializable
  5. case class AvroProp (name: String, value: String) extends Annotation with StaticAnnotation with Product with Serializable
  6. trait FromRecord [T] extends Serializable
  7. trait FromValue [T] extends AnyRef
  8. trait LowPriorityFromValue extends AnyRef
  9. trait LowPriorityToSchema extends AnyRef
  10. trait LowPriorityToValue extends AnyRef
  11. case class ScaleAndPrecision (scale: Int, precision: Int) extends Product with Serializable
  12. trait SchemaFor [T] extends AnyRef
    Annotations
    @implicitNotFound( ... )
  13. trait ToRecord [T] extends Serializable
  14. trait ToSchema [T] extends AnyRef
  15. trait ToValue [A] extends AnyRef

Value Members

  1. object FromRecord extends Serializable
  2. object FromValue extends LowPriorityFromValue
  3. object SchemaFor
  4. object ToRecord extends Serializable
  5. object ToSchema extends LowPriorityToSchema
  6. object ToValue extends LowPriorityToValue

Ungrouped