jar

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 JAR file - Latest Versions:

All Versions

Download com.google.cloud.bigtable : protobuf-java-format-shaded JAR file - All Versions:

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

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window protobuf-java-format-shaded-0.6.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format

├─ com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format.AbstractCharBasedFormatter.class - [JAR]

├─ com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format.CouchDBFormat.class - [JAR]

├─ com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format.FormatFactory.class - [JAR]

├─ com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format.HtmlFormat.class - [JAR]

├─ com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format.JavaPropsFormat.class - [JAR]

├─ com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format.JsonFormat.class - [JAR]

├─ com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format.JsonJacksonFormat.class - [JAR]

├─ com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format.ProtobufFormatter.class - [JAR]

├─ com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format.SmileFormat.class - [JAR]

├─ com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format.XmlFormat.class - [JAR]

├─ com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format.XmlJavaxFormat.class - [JAR]

com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format.util

├─ com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format.util.HexUtils.class - [JAR]

├─ com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format.util.TextUtils.class - [JAR]

Advertisement