Object

com.sksamuel.avro4s

SchemaMacros

Related Doc: package avro4s

Permalink

object SchemaMacros

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SchemaMacros
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def ArraySchema[S](implicit subschema: AvroSchema[S]): AvroSchema[Array[S]]

    Permalink
  5. implicit val BigDecimalSchema: AvroSchema[BigDecimal]

    Permalink
  6. implicit val BooleanSchema: AvroSchema[Boolean]

    Permalink
  7. implicit val ByteArraySchema: AvroSchema[Array[Byte]]

    Permalink
  8. implicit val DoubleSchema: AvroSchema[Double]

    Permalink
  9. implicit val FloatSchema: AvroSchema[Float]

    Permalink
  10. implicit val IntSchema: AvroSchema[Int]

    Permalink
  11. implicit def IterableSchema[S](implicit subschema: AvroSchema[S]): AvroSchema[Iterable[S]]

    Permalink
  12. implicit def ListSchema[S](implicit subschema: AvroSchema[S]): AvroSchema[List[S]]

    Permalink
  13. implicit val LongSchema: AvroSchema[Long]

    Permalink
  14. implicit def MapSchema[V](implicit valueSchema: AvroSchema[V]): AvroSchema[Map[String, V]]

    Permalink
  15. implicit def SeqSchema[S](implicit subschema: AvroSchema[S]): AvroSchema[Seq[S]]

    Permalink
  16. implicit val StringSchema: AvroSchema[String]

    Permalink
  17. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def fieldBuilder[T](name: String)(implicit schema: AvroSchema[T]): Field

    Permalink
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def schemaImpl[T](c: Context)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[AvroSchema[T]]

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped