jar

com.github.thunderroaddotorg : entity-dto-mapper

Maven & Gradle

Jun 05, 2019
0 stars

Entity-to-DTO-mapper · This project offers a simple mapper for mapping entity beans to similar DTO beans, and back

Table Of Contents

Latest Version

Download com.github.thunderroaddotorg : entity-dto-mapper JAR file - Latest Versions:

All Versions

Download com.github.thunderroaddotorg : entity-dto-mapper JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3
1.2
1.1
1.0

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 entity-dto-mapper-1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.thunderroad.entitydtomapping.annotations

├─ org.thunderroad.entitydtomapping.annotations.EntityDtoConverter.class - [JAR]

├─ org.thunderroad.entitydtomapping.annotations.IgnoreMapping.class - [JAR]

├─ org.thunderroad.entitydtomapping.annotations.Mapping.class - [JAR]

org.thunderroad.entitydtomapping

├─ org.thunderroad.entitydtomapping.FromDtoMapper.class - [JAR]

├─ org.thunderroad.entitydtomapping.ToDtoMapper.class - [JAR]

org.thunderroad.entitydtomapping.converters

├─ org.thunderroad.entitydtomapping.converters.MappingConverter.class - [JAR]

Advertisement