Package

com.sksamuel

avro4s

Permalink

package avro4s

Visibility
  1. Public
  2. All

Type Members

  1. case class Anno(classname: String, values: Seq[String]) extends Product with Serializable

    Permalink
  2. case class AvroAlias(alias: String) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  3. case class AvroDoc(doc: String) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  4. case class AvroFixed(size: Int) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  5. case class AvroName(name: String) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  6. case class AvroNamespace(namespace: String) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  7. case class AvroProp(name: String, value: String) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  8. trait FromRecord[T] extends Serializable

    Permalink
  9. trait FromValue[T] extends AnyRef

    Permalink
  10. trait LowPriorityFromValue extends AnyRef

    Permalink
  11. trait LowPriorityToSchema extends AnyRef

    Permalink
  12. trait LowPriorityToValue extends AnyRef

    Permalink
  13. sealed trait NamingStrategy extends AnyRef

    Permalink
  14. case class ScaleAndPrecisionAndRoundingMode(scale: Int, precision: Int, roundingMode: RoundingMode) extends Product with Serializable

    Permalink
  15. trait SchemaFor[T] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  16. trait ToRecord[T] extends Serializable

    Permalink
  17. trait ToSchema[T] extends AnyRef

    Permalink
  18. trait ToValue[A] extends AnyRef

    Permalink
  19. class TypeHelper[C <: Context] extends AnyRef

    Permalink

Value Members

  1. object CamelCase extends NamingStrategy with Product with Serializable

    Permalink
  2. object FromRecord extends Serializable

    Permalink
  3. object FromValue extends LowPriorityFromValue

    Permalink
  4. object LispCase extends NamingStrategy with Product with Serializable

    Permalink
  5. object LowPriorityToValue

    Permalink
  6. object PascalCase extends NamingStrategy with Product with Serializable

    Permalink
  7. object SchemaFor

    Permalink
  8. object SnakeCase extends NamingStrategy with Product with Serializable

    Permalink
  9. object ToRecord extends Serializable

    Permalink
  10. object ToSchema extends LowPriorityToSchema

    Permalink
  11. object ToValue extends LowPriorityToValue

    Permalink
  12. object TypeHelper

    Permalink

Ungrouped