jar

net.magiccode : kilauea

Maven & Gradle

Nov 25, 2023
0 stars

Provides annotations for entity-json mapping dto generation

Table Of Contents

Latest Version

Download net.magiccode : kilauea JAR file - Latest Versions:

All Versions

Download net.magiccode : kilauea JAR file - All Versions:

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

net.magiccode.kilauea

├─ net.magiccode.kilauea.Mapper.class - [JAR]

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

net.magiccode.kilauea.annotation

├─ net.magiccode.kilauea.annotation.JSONMappedBy.class - [JAR]

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

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

├─ net.magiccode.kilauea.annotation.Mapped.class - [JAR]

├─ net.magiccode.kilauea.annotation.Mappers.class - [JAR]

├─ net.magiccode.kilauea.annotation.POJOMappedBy.class - [JAR]

├─ net.magiccode.kilauea.annotation.POJOTransient.class - [JAR]

├─ net.magiccode.kilauea.annotation.XMLMappedBy.class - [JAR]

├─ net.magiccode.kilauea.annotation.XMLNamespace.class - [JAR]

├─ net.magiccode.kilauea.annotation.XMLRequired.class - [JAR]

├─ net.magiccode.kilauea.annotation.XMLTransient.class - [JAR]

net.magiccode.kilauea.util

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

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

net.magiccode.kilauea.generator

├─ net.magiccode.kilauea.generator.AbstractClassGenerator.class - [JAR]

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

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

├─ net.magiccode.kilauea.generator.ClassGeneratorFactory.class - [JAR]

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

├─ net.magiccode.kilauea.generator.GeneratorType.class - [JAR]

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

├─ net.magiccode.kilauea.generator.PlainClassGenerator.class - [JAR]

├─ net.magiccode.kilauea.generator.XMLClassGenerator.class - [JAR]