com.rtbhouse.utils.generated.avro.DefaultsEnum Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of avro-fastserde Show documentation
Show all versions of avro-fastserde Show documentation
Fast Apache Avro serialization/deserialization library.
The newest version!
/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package com.rtbhouse.utils.generated.avro;
@SuppressWarnings("all")
@org.apache.avro.specific.AvroGenerated
public enum DefaultsEnum {
A, B, C, D, E ;
public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"DefaultsEnum\",\"namespace\":\"com.rtbhouse.utils.generated.avro\",\"symbols\":[\"A\",\"B\",\"C\",\"D\",\"E\"]}");
public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}