DOC

com.google.cloud.bigtable : protobuf-java-format-shaded

Maven & Gradle

Aug 07, 2023
164 stars

This is a wrapper around `com.googlecode.protobuf-java-format:protobuf-java-format` that rewrites the bytecode to use `org.apache.hadoop.hbase.shaded.com.google.protobuf` instead of plain `com.google.protobuf` for compatibility with `hbase-shaded-client`. Classes using shaded protobufs are exposed in `com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format` package.

Table Of Contents

Latest Version

Download com.google.cloud.bigtable : protobuf-java-format-shaded Javadoc & API Documentation - Latest Versions:

All Versions

Download com.google.cloud.bigtable : protobuf-java-format-shaded Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file protobuf-java-format-shaded-0.6.0-javadoc.jar to protobuf-java-format-shaded-0.6.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder protobuf-java-format-shaded-0.6.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "protobuf-java-format-shaded-0.6.0-sources.jar" -d "protobuf-java-format-shaded-0.6.0-javadoc" -subpackages 

Advertisement