Protobuf vs Java

Source: Internet
Author: User

Warning when generating Java code:

The default outer class name, "Auth", conflicts with a type declared in the proto file and an alternative outer class name is used: "Authouterclass". To avoid this warning, please use the java_outer_classname option to specify a different outer class name for the. Proto F Ile

Reason:

1.Java the file name must be the same as the class name;
2. If there is only one class in the file, the file name must match the class name;
3. There can be only one public class in a Java file;
4. If there is more than one class in the file, the filename must match the public class name;
5. If there is more than one class in the file, and there is no public class, the file name can match any class name.

Solution:

Add an option to the. proto file to explicitly specify the file name and public class name of the generated Java source file

Option Java_outer_classname = "aliasname";

Protobuf vs Java

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.