Hello,

I am using Avro Compiler (1.11.1) to generate Java Objects (PoJo) from Avro 
Schema (avsc) files.
I found a scenario, where if the field name (e.g. _employeeName) starts with 
undersore (_), getter/setter names are generated using $ symbol 
(getEmployeeName$1()).
Is there any specific reason for this? Can we override this behaviour?

Regards,
Kirti Dhar


Reply via email to