jar

com.zhaofujun.automapper : automapper

Maven & Gradle

Jul 08, 2022
8 usages
6 stars

AutoMapper · easy to mapping jave entity

Table Of Contents

Latest Version

Download com.zhaofujun.automapper : automapper JAR file - Latest Versions:

All Versions

Download com.zhaofujun.automapper : automapper JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.3
1.2.x
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 automapper-1.3.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.zhaofujun.automapper.mapping

├─ com.zhaofujun.automapper.mapping.ClassMapping.class - [JAR]

├─ com.zhaofujun.automapper.mapping.ClassMappingManager.class - [JAR]

├─ com.zhaofujun.automapper.mapping.FieldInfo.class - [JAR]

├─ com.zhaofujun.automapper.mapping.FieldMapping.class - [JAR]

├─ com.zhaofujun.automapper.mapping.NotFoundFieldException.class - [JAR]

├─ com.zhaofujun.automapper.mapping.ParseValueException.class - [JAR]

com.zhaofujun.automapper

├─ com.zhaofujun.automapper.AutoMapper.class - [JAR]

├─ com.zhaofujun.automapper.IMapper.class - [JAR]

com.zhaofujun.automapper.converter

├─ com.zhaofujun.automapper.converter.BaseAndWrapper.class - [JAR]

├─ com.zhaofujun.automapper.converter.Converter.class - [JAR]

├─ com.zhaofujun.automapper.converter.ConverterInfo.class - [JAR]

├─ com.zhaofujun.automapper.converter.ConverterManager.class - [JAR]

com.zhaofujun.automapper.utils

├─ com.zhaofujun.automapper.utils.BeanUtils.class - [JAR]

├─ com.zhaofujun.automapper.utils.TypeUtiles.class - [JAR]

Advertisement