jar

com.github.imrafaelmerino : avro-spec

Maven & Gradle

Nov 15, 2023
0 stars

avro-spec · The library offers a set of builders and utilities to construct Avro schemas from specs and provides serializers and deserializers tailored to these schemas to transmit the immutable and persistent JSON from json-values.

Table Of Contents

Latest Version

Download com.github.imrafaelmerino : avro-spec JAR file - Latest Versions:

All Versions

Download com.github.imrafaelmerino : avro-spec JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

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-spec-0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

jsonvalues.spec

├─ jsonvalues.spec.AvroToJson.class - [JAR]

├─ jsonvalues.spec.AvroToJsonException.class - [JAR]

├─ jsonvalues.spec.AvroUtils.class - [JAR]

├─ jsonvalues.spec.Constants.class - [JAR]

├─ jsonvalues.spec.DebugUtils.class - [JAR]

├─ jsonvalues.spec.JsonToAvro.class - [JAR]

├─ jsonvalues.spec.JsonToAvroException.class - [JAR]

├─ jsonvalues.spec.MetadataNotFoundException.class - [JAR]

├─ jsonvalues.spec.SpecDeserializer.class - [JAR]

├─ jsonvalues.spec.SpecDeserializerBuilder.class - [JAR]

├─ jsonvalues.spec.SpecDeserializerException.class - [JAR]

├─ jsonvalues.spec.SpecNotSupportedInAvroException.class - [JAR]

├─ jsonvalues.spec.SpecSerializer.class - [JAR]

├─ jsonvalues.spec.SpecSerializerBuilder.class - [JAR]

├─ jsonvalues.spec.SpecSerializerException.class - [JAR]

├─ jsonvalues.spec.SpecToSchema.class - [JAR]

├─ jsonvalues.spec.SpecToSchemaException.class - [JAR]

Advertisement