Class AvroSchemaFactoryContext


  • public class AvroSchemaFactoryContext
    extends Object
    An AvroSchemaFactoryContext represents a context in which Avro schemas are cached and reused depending on their qualified name.

    Avro does not permit to declare twice a schema with the same qualified name. Thus a schema has to be fully described the first time it appears in the object, and then be referred by name.
    Since:
    10.2