News
/* TODO: This file is dangerous because the enums could potentially change between API versions. Should transmit as part of the JSON. ** To regenerate this file, nagivate to the top level of the ...
In general, enums are way superior to #defines. The better compilers decide on using bytes vs. words depending on the values assigned to the individual members of an enum – storing enums most times in ...
The generated String() method of the enum will return "unknown" if the int is not one of the enum values. This can happen when reading an avro written with a newer schema that has added symbols to the ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results