Package

com.gu

marley

Permalink

package marley

Visibility
  1. Public
  2. All

Type Members

  1. case class AvroEnumSchema(name: String, namespace: String, possibleValues: List[String]) extends AvroSchema with Product with Serializable

    Permalink
  2. case class AvroFile[T <: ThriftStruct](file: File)(implicit evidence$1: AvroSerialisable[T]) extends Product with Serializable

    Permalink
  3. case class AvroMapSchema(valueSchema: AvroSchema) extends AvroSchema with Product with Serializable

    Permalink
  4. case class AvroOptionSchema(innerSchema: AvroSchema) extends AvroSchema with Product with Serializable

    Permalink
  5. case class AvroRecordSchema(name: String, namespace: String, fields: (String, AvroSchema)*) extends AvroSchema with Product with Serializable

    Permalink
  6. trait AvroSchema extends AnyRef

    Permalink
  7. case class AvroSeqSchema(innerSchema: AvroSchema) extends AvroSchema with Product with Serializable

    Permalink
  8. trait AvroSerialisable[T] extends AnyRef

    Permalink
  9. class AvroSerialisableMacro extends AnyRef

    Permalink
  10. case class AvroSetSchema(innerSchema: AvroSchema) extends AvroSchema with Product with Serializable

    Permalink
  11. case class AvroUnionSchema(innerSchemas: List[AvroSchema]) extends AvroSchema with Product with Serializable

    Permalink
  12. trait LowPriorityImplicitSerialisable extends AnyRef

    Permalink
  13. case class SimpleAvroSchema(typ: Type) extends AvroSchema with Product with Serializable

    Permalink

Value Members

  1. object AvroFile extends Serializable

    Permalink
  2. object AvroSerialisable extends LowPriorityImplicitSerialisable

    Permalink
  3. package enumsymbols

    Permalink

Ungrouped