Class BaseProtoSchemaGenerator

    • Field Detail

      • generateSchemaDebugComments

        public static boolean generateSchemaDebugComments
        Set this flag to true to enable output of debug comments in the generated Protobuf schema.
      • fileName

        protected final String fileName
        Protobuf schema file name.
      • packageName

        protected final String packageName
        Protobuf schema package name.
      • classes

        protected final Set<XClass> classes
        Initial set of classes.
      • autoImportClasses

        protected final boolean autoImportClasses
        Indicates if class dependencies are automatically added when discovered or will generate an error.