jar

io.github.productboardlabs : jackson-kafka-avro-serializer

Maven & Gradle

Sep 26, 2022
1 usages
13 stars

jackson-kafka-avro-serializer · Kafka Avro (de)serializer using Apache Jackson

Table Of Contents

Latest Version

Download io.github.productboardlabs : jackson-kafka-avro-serializer JAR file - Latest Versions:

All Versions

Download io.github.productboardlabs : jackson-kafka-avro-serializer JAR file - All Versions:

Version Vulnerabilities Size Updated
0.7.x
0.6.x
0.5.x
0.4.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-kafka-avro-serializer-0.7.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

example.avro

├─ example.avro.User.class - [JAR]

io.github.productboardlabs.kafka.serializers

├─ io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroDeserializer.class - [JAR]

├─ io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroSerializer.class - [JAR]

├─ io.github.productboardlabs.kafka.serializers.ClassNotFoundDeserializationException.class - [JAR]

├─ io.github.productboardlabs.kafka.serializers.DefaultJacksonKafkaAvroDeserializer.class - [JAR]

├─ io.github.productboardlabs.kafka.serializers.DefaultJacksonKafkaAvroSerializer.class - [JAR]

├─ io.github.productboardlabs.kafka.serializers.MessageTooLargeDeserializationException.class - [JAR]

├─ io.github.productboardlabs.kafka.serializers.SchemaMetadata.class - [JAR]

├─ io.github.productboardlabs.kafka.serializers.Utils.class - [JAR]

Advertisement