jar

io.github.calmera : avro-dynamic-records

Maven & Gradle

Mar 24, 2023
0 stars

Avro Dynamic Records · Avro Dynamic Records (DyRe) introduces a new way of working with data in your event-processing application. Instead of generating out code, it takes the approach of writing an interface and seamlessly link it to the data underneath.

Table Of Contents

Latest Version

Download io.github.calmera : avro-dynamic-records JAR file - Latest Versions:

All Versions

Download io.github.calmera : avro-dynamic-records JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.0.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 avro-dynamic-records-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.calmera.serde

├─ com.github.calmera.serde.DynamicRecordDeserializer.class - [JAR]

├─ com.github.calmera.serde.DynamicRecordSerializer.class - [JAR]

├─ com.github.calmera.serde.DyreSerdes.class - [JAR]

com.github.calmera.dyre.decoders

├─ com.github.calmera.dyre.decoders.DefaultValueDecoder.class - [JAR]

├─ com.github.calmera.dyre.decoders.ValueDecoder.class - [JAR]

com.github.calmera.dyre.encoders

├─ com.github.calmera.dyre.encoders.DefaultValueEncoder.class - [JAR]

├─ com.github.calmera.dyre.encoders.ValueEncoder.class - [JAR]

com.github.calmera.dyre

├─ com.github.calmera.dyre.AvroUtils.class - [JAR]

├─ com.github.calmera.dyre.DynamicRecord.class - [JAR]

├─ com.github.calmera.dyre.DynamicRecords.class - [JAR]

├─ com.github.calmera.dyre.DyreUtils.class - [JAR]

├─ com.github.calmera.dyre.GenericRecordInvocationHandler.class - [JAR]

├─ com.github.calmera.dyre.ValueMappingException.class - [JAR]

com.github.calmera.dyre.annotations

├─ com.github.calmera.dyre.annotations.DyreField.class - [JAR]

├─ com.github.calmera.dyre.annotations.DyreRecord.class - [JAR]