bytes

final case class bytes(bytesType: BytesType) extends StaticAnnotation

Used to annotate a Bytes type to indicate the avro type encoding (avro bytes or avro fixed)

trait Serializable
trait Product
trait Equals
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product