78910111213
public AvroSchemaGenerator() { super(new DefinedSchemas()); } public AvroSchema getGeneratedSchema() { return new AvroSchema(getAvroSchema()); }
891011121314
// NOTE: null is fine here, as provider links itself after construction super(new DefinedSchemas(), null); } public AvroSchema getGeneratedSchema() { return new AvroSchema(getAvroSchema()); }