jar

com.hubspot.jackson : jackson-datatype-protobuf

Maven & Gradle

Jul 13, 2023
38 usages
126 stars

Jackson Module that adds support for reading/writing protobufs

Table Of Contents

Latest Version

Download com.hubspot.jackson : jackson-datatype-protobuf JAR file - Latest Versions:

All Versions

Download com.hubspot.jackson : jackson-datatype-protobuf JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.x
0.8.x
0.7.x
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 jackson-datatype-protobuf-0.9.14.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.hubspot.jackson.datatype.protobuf.internal

├─ com.hubspot.jackson.datatype.protobuf.internal.Constants.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.internal.PropertyNamingCache.class - [JAR]

com.hubspot.jackson.datatype.protobuf.builtin.deserializers

├─ com.hubspot.jackson.datatype.protobuf.builtin.deserializers.DurationDeserializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.builtin.deserializers.FieldMaskDeserializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.builtin.deserializers.ListValueDeserializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.builtin.deserializers.MessageDeserializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.builtin.deserializers.NullValueDeserializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.builtin.deserializers.StructDeserializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.builtin.deserializers.TimestampDeserializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.builtin.deserializers.ValueDeserializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.builtin.deserializers.WrappedPrimitiveDeserializer.class - [JAR]

com.hubspot.jackson.datatype.protobuf

├─ com.hubspot.jackson.datatype.protobuf.BuildingDeserializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.ExtensionRegistryWrapper.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.MessageDeserializerFactory.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.PropertyNamingStrategyWrapper.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.ProtobufDeserializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.ProtobufJacksonConfig.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.ProtobufModule.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.ProtobufSerializer.class - [JAR]

com.hubspot.jackson.datatype.protobuf.builtin.serializers

├─ com.hubspot.jackson.datatype.protobuf.builtin.serializers.DurationSerializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.builtin.serializers.FieldMaskSerializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.builtin.serializers.ListValueSerializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.builtin.serializers.MessageSerializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.builtin.serializers.NullValueSerializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.builtin.serializers.StructSerializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.builtin.serializers.TimestampSerializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.builtin.serializers.ValueSerializer.class - [JAR]

├─ com.hubspot.jackson.datatype.protobuf.builtin.serializers.WrappedPrimitiveSerializer.class - [JAR]

Advertisement