jar

com.github.mavolin : maxon

Maven & Gradle

Oct 07, 2019
0 stars

maxon · The maxon JSON converter

Table Of Contents

Latest Version

Download com.github.mavolin : maxon JAR file - Latest Versions:

All Versions

Download com.github.mavolin : maxon JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.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 maxon-1.3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.mavolin.maxon.jsonvalues

├─ com.github.mavolin.maxon.jsonvalues.JsonArray.class - [JAR]

├─ com.github.mavolin.maxon.jsonvalues.JsonElement.class - [JAR]

├─ com.github.mavolin.maxon.jsonvalues.JsonObject.class - [JAR]

├─ com.github.mavolin.maxon.jsonvalues.JsonPrimitive.class - [JAR]

├─ com.github.mavolin.maxon.jsonvalues.JsonValue.class - [JAR]

com.github.mavolin.maxon.converter

├─ com.github.mavolin.maxon.converter.AtomicObjectConverter.class - [JAR]

├─ com.github.mavolin.maxon.converter.DateFormatConfiguration.class - [JAR]

├─ com.github.mavolin.maxon.converter.DateTimeConverter.class - [JAR]

├─ com.github.mavolin.maxon.converter.ListConverter.class - [JAR]

├─ com.github.mavolin.maxon.converter.MapConverter.class - [JAR]

├─ com.github.mavolin.maxon.converter.ObjectConverterManager.class - [JAR]

├─ com.github.mavolin.maxon.converter.PrimitivesConverter.class - [JAR]

├─ com.github.mavolin.maxon.converter.UniversalEnumConverter.class - [JAR]

├─ com.github.mavolin.maxon.converter.UniversalObjectConverter.class - [JAR]

com.github.mavolin.maxon.utils

├─ com.github.mavolin.maxon.utils.JsonPrinter.class - [JAR]

com.github.mavolin.maxon

├─ com.github.mavolin.maxon.Maxon.class - [JAR]

├─ com.github.mavolin.maxon.MaxonConfigurator.class - [JAR]

├─ com.github.mavolin.maxon.PrintStyle.class - [JAR]

com.github.mavolin.maxon.convert

├─ com.github.mavolin.maxon.convert.AbortOnMissingField.class - [JAR]

├─ com.github.mavolin.maxon.convert.Converts.class - [JAR]

├─ com.github.mavolin.maxon.convert.DeserializationConstructor.class - [JAR]

├─ com.github.mavolin.maxon.convert.JsonConverter.class - [JAR]

├─ com.github.mavolin.maxon.convert.ObjectConverter.class - [JAR]

├─ com.github.mavolin.maxon.convert.Serialize.class - [JAR]

├─ com.github.mavolin.maxon.convert.SerializedName.class - [JAR]

com.github.mavolin.maxon.parsing

├─ com.github.mavolin.maxon.parsing.JsonTokener.class - [JAR]

├─ com.github.mavolin.maxon.parsing.JsonValueConverter.class - [JAR]

com.github.mavolin.maxon.exceptions

├─ com.github.mavolin.maxon.exceptions.IllegalTypeRequestedException.class - [JAR]

├─ com.github.mavolin.maxon.exceptions.InvalidKeyException.class - [JAR]

├─ com.github.mavolin.maxon.exceptions.JsonParsingException.class - [JAR]

├─ com.github.mavolin.maxon.exceptions.MissingAnnotationException.class - [JAR]