All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dummy.avro.Test Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
/**
 * Autogenerated by Avro
 * 
 * DO NOT EDIT DIRECTLY
 */
package org.dummy.avro;

@SuppressWarnings("all")
@org.apache.avro.specific.AvroGenerated
public interface Test {
  public static final org.apache.avro.Protocol PROTOCOL = org.apache.avro.Protocol.parse("{\"protocol\":\"Test\",\"namespace\":\"org.dummy.avro\",\"types\":[{\"type\":\"record\",\"name\":\"DummyInnerString\",\"fields\":[{\"name\":\"myId\",\"type\":{\"type\":\"string\",\"avro.java.string\":\"String\"}}]},{\"type\":\"record\",\"name\":\"DummyTest\",\"fields\":[{\"name\":\"my_id\",\"type\":{\"type\":\"array\",\"items\":\"DummyInnerString\"}}]}],\"messages\":{}}");

  @SuppressWarnings("all")
  public interface Callback extends Test {
    public static final org.apache.avro.Protocol PROTOCOL = org.dummy.avro.Test.PROTOCOL;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy