Class GenericArray

A generic container for Avro arrays.

class GenericArray
  : GenericContainer ;

Constructors

NameDescription
this (schema) Constructs a generic array according to the given array-type schema.

Methods

NameDescription
getValue () Returns the contents of the array.