Hi,

We would like to know how to determine the getter and setter method
names generated in java builder class for a particular field defined
in proto message.

Of course, the simple rule says that
* Convert first letter of the field name to upper case
* prefix "get" or "set" to the field name

But we want to know all the cases considered while generating builder
class.
Like what are the special characters considered? what are the
exceptional cases?

Why we want this is,
In our framework we would be programmatically generating proto files
from the xsds which we have already.

Along with this we would be generating an adapter class between our
framework and the java class generated by protoc compiler.

This adapter would call getter and setter methods of the builder class
available in the builder class to retrieve the value and to build the
object.

Any help would be appreciated.

Thanks,
Ravikumar K

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to