jar

net.magiccode.json : json-mapper

Maven & Gradle

Nov 04, 2023

Json Mapper · Provides annotations for entity-json mapping dto generation

Table Of Contents

Latest Version

Download net.magiccode.json : json-mapper JAR file - Latest Versions:

All Versions

Download net.magiccode.json : json-mapper JAR file - All Versions:

Version Vulnerabilities Size Updated
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 json-mapper-0.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.magiccode.json.annotation

├─ net.magiccode.json.annotation.JSONMapped.class - [JAR]

├─ net.magiccode.json.annotation.JSONRequired.class - [JAR]

├─ net.magiccode.json.annotation.JSONTransient.class - [JAR]

net.magiccode.json.util

├─ net.magiccode.json.util.ReflectionUtil.class - [JAR]

├─ net.magiccode.json.util.StringUtil.class - [JAR]

net.magiccode.json

├─ net.magiccode.json.JsonMapper.class - [JAR]

├─ net.magiccode.json.MapperBase.class - [JAR]

net.magiccode.json.generator

├─ net.magiccode.json.generator.ClassCompiler.class - [JAR]

├─ net.magiccode.json.generator.ClassGenerator.class - [JAR]

├─ net.magiccode.json.generator.ElementInfo.class - [JAR]

├─ net.magiccode.json.generator.JSONClassGenerator.class - [JAR]