Package

shapeless.datatype

avro

Permalink

package avro

Linear Supertypes
AvroMappableType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. avro
  2. AvroMappableType
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AvroBuilder extends Product with Serializable

    Permalink
  2. trait AvroMappableType extends AnyRef

    Permalink
  3. type AvroRecord = Either[AvroBuilder, GenericRecord]

    Permalink
  4. class AvroType[A] extends Serializable

    Permalink
  5. trait BaseAvroMappableType[V] extends MappableType[AvroRecord, V]

    Permalink
  6. type FromAvroRecord[L <: HList] = FromMappable[L, AvroRecord]

    Permalink
  7. type ToAvroRecord[L <: HList] = ToMappable[L, AvroRecord]

    Permalink

Value Members

  1. implicit object AvroCanNest extends CanNest[AvroRecord]

    Permalink
  2. object AvroSchema

    Permalink
  3. object AvroType extends Serializable

    Permalink
  4. implicit val avroBaseMappableType: BaseMappableType[AvroRecord]

    Permalink
    Definition Classes
    AvroMappableType
  5. implicit val booleanAvroMappableType: BaseAvroMappableType[Boolean]

    Permalink
    Definition Classes
    AvroMappableType
  6. implicit val byteArrayAvroMappableType: BaseAvroMappableType[Array[Byte]]

    Permalink
    Definition Classes
    AvroMappableType
  7. implicit val doubleAvroMappableType: BaseAvroMappableType[Double]

    Permalink
    Definition Classes
    AvroMappableType
  8. implicit val floatAvroMappableType: BaseAvroMappableType[Float]

    Permalink
    Definition Classes
    AvroMappableType
  9. implicit val intAvroMappableType: BaseAvroMappableType[Int]

    Permalink
    Definition Classes
    AvroMappableType
  10. implicit val longAvroMappableType: BaseAvroMappableType[Long]

    Permalink
    Definition Classes
    AvroMappableType
  11. implicit val stringAvroMappableType: BaseAvroMappableType[String]

    Permalink
    Definition Classes
    AvroMappableType

Inherited from AvroMappableType

Inherited from AnyRef

Inherited from Any

Ungrouped