jar

io.github.newagewriter : mapper-kt

Maven & Gradle

Aug 13, 2023
1 stars

mapper-kt · Mapper library that convert map to object and object to map for kotlin class

Table Of Contents

Latest Version

Download io.github.newagewriter : mapper-kt JAR file - Latest Versions:

All Versions

Download io.github.newagewriter : mapper-kt JAR file - All Versions:

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

io.github.newagewriter.template

├─ io.github.newagewriter.template.TemplateClass.class - [JAR]

├─ io.github.newagewriter.template.TemplateLoader.class - [JAR]

io.github.newagewriter.processor.exception

├─ io.github.newagewriter.processor.exception.MissingMapperException.class - [JAR]

├─ io.github.newagewriter.processor.exception.RequiredAnnotationException.class - [JAR]

io.github.newagewriter.json.library

├─ io.github.newagewriter.json.library.JsonLibrary.class - [JAR]

├─ io.github.newagewriter.json.library.JsonLibraryImpl.class - [JAR]

io.github.newagewriter.processor.generator

├─ io.github.newagewriter.processor.generator.ClassGenerator.class - [JAR]

├─ io.github.newagewriter.processor.generator.MapperGenerator.class - [JAR]

├─ io.github.newagewriter.processor.generator.MethodInfo.class - [JAR]

io.github.newagewriter.annotation

├─ io.github.newagewriter.annotation.Exclude.class - [JAR]

├─ io.github.newagewriter.annotation.Field.class - [JAR]

io.github.newagewriter.mapper

├─ io.github.newagewriter.mapper.Mapper.class - [JAR]

io.github.newagewriter.json.wrapper

├─ io.github.newagewriter.json.wrapper.JsonWrapper.class - [JAR]

io.github.newagewriter.processor.mapper

├─ io.github.newagewriter.processor.mapper.AbstractMapper.class - [JAR]

├─ io.github.newagewriter.processor.mapper.MapperFactory.class - [JAR]

├─ io.github.newagewriter.processor.mapper.Mapping.class - [JAR]

io.github.newagewriter.processor

├─ io.github.newagewriter.processor.BaseUser.class - [JAR]

├─ io.github.newagewriter.processor.MapperProcessor.class - [JAR]

├─ io.github.newagewriter.processor.ProcessorLogger.class - [JAR]

io.github.newagewriter.processor.converter

├─ io.github.newagewriter.processor.converter.ColorConverter.class - [JAR]

├─ io.github.newagewriter.processor.converter.Converter.class - [JAR]

├─ io.github.newagewriter.processor.converter.DateConverter.class - [JAR]

├─ io.github.newagewriter.processor.converter.GenericConverter.class - [JAR]

├─ io.github.newagewriter.processor.converter.MapperConverter.class - [JAR]

├─ io.github.newagewriter.processor.converter.PrimitiveConverter.class - [JAR]