jar

com.joanzapata.mapper : simple-mapper

Maven & Gradle

Apr 11, 2014
7 stars

Simple Mapper · A very simple POJO mapper based on getters/setters with support for inheritance, cyclic dependencies, manual mapping hooks.

Table Of Contents

Latest Version

Download com.joanzapata.mapper : simple-mapper JAR file - Latest Versions:

All Versions

Download com.joanzapata.mapper : simple-mapper JAR file - All Versions:

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

com.joanzapata.mapper

├─ com.joanzapata.mapper.CustomBiMapper.class - [JAR]

├─ com.joanzapata.mapper.CustomBiMapperWrapper.class - [JAR]

├─ com.joanzapata.mapper.CustomMapper.class - [JAR]

├─ com.joanzapata.mapper.CustomMapperWrapper.class - [JAR]

├─ com.joanzapata.mapper.Hook.class - [JAR]

├─ com.joanzapata.mapper.HookWrapper.class - [JAR]

├─ com.joanzapata.mapper.Mapper.class - [JAR]

├─ com.joanzapata.mapper.MapperUtil.class - [JAR]

├─ com.joanzapata.mapper.MappingContext.class - [JAR]

├─ com.joanzapata.mapper.StrictModeException.class - [JAR]

Advertisement