jar

io.github.railian.mapper : mapper

Maven & Gradle

Dec 30, 2023

io.github.railian.mapper:mapper · Creating an easy mappers from one entity to another

Table Of Contents

Latest Version

Download io.github.railian.mapper : mapper JAR file - Latest Versions:

All Versions

Download io.github.railian.mapper : mapper 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 mapper-0.1.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ua.railian.mapper

├─ ua.railian.mapper.EnumTwoWayMapper.class - [JAR]

├─ ua.railian.mapper.EnumTwoWayMapperKt.class - [JAR]

├─ ua.railian.mapper.Mapper.class - [JAR]

├─ ua.railian.mapper.MapperWith1Param.class - [JAR]

├─ ua.railian.mapper.MapperWith2Params.class - [JAR]

├─ ua.railian.mapper.MapperWith3Params.class - [JAR]

├─ ua.railian.mapper.MapperWith4Params.class - [JAR]

├─ ua.railian.mapper.MapperWith5Params.class - [JAR]

├─ ua.railian.mapper.OneWayMapper.class - [JAR]

├─ ua.railian.mapper.OneWayMapperKt.class - [JAR]

├─ ua.railian.mapper.TwoWayMapper.class - [JAR]

├─ ua.railian.mapper.TwoWayMapperKt.class - [JAR]

Advertisement