jar

io.github.onlyeat3 : fastmapper

Maven & Gradle

Sep 17, 2020
0 stars

fastmapper · Super fast object and attribute mapping tool.超快的对象和属性映射工具

Table Of Contents

Latest Version

Download io.github.onlyeat3 : fastmapper JAR file - Latest Versions:

All Versions

Download io.github.onlyeat3 : fastmapper JAR file - All Versions:

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

com.esotericsoftware.reflectasm

├─ com.esotericsoftware.reflectasm.AccessClassLoader.class - [JAR]

├─ com.esotericsoftware.reflectasm.ConstructorAccess.class - [JAR]

├─ com.esotericsoftware.reflectasm.FieldAccess.class - [JAR]

├─ com.esotericsoftware.reflectasm.MethodAccess.class - [JAR]

├─ com.esotericsoftware.reflectasm.PublicConstructorAccess.class - [JAR]

io.github.onlyeat3.fastmapper.type.mapper.simple

├─ io.github.onlyeat3.fastmapper.type.mapper.simple.BigDecimalToBigDecimalTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.simple.BigIntegerToLongTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.simple.DateToTimeStampTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.simple.LongToStringTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.simple.LongToTimeStampTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.simple.StringToIntegerTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.simple.StringToTimestampTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.simple.TimeStampToDateTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.simple.TimeStampToLongTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.simple.TimestampToStringTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.simple.TimestampToTimestampTypeMapper.class - [JAR]

io.github.onlyeat3.fastmapper

├─ io.github.onlyeat3.fastmapper.FastMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.FastMapperException.class - [JAR]

├─ io.github.onlyeat3.fastmapper.MappingInfo.class - [JAR]

├─ io.github.onlyeat3.fastmapper.ReflectionUtils.class - [JAR]

io.github.onlyeat3.fastmapper.type

├─ io.github.onlyeat3.fastmapper.type.ClassReference.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.JavaType.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.TypeBindings.class - [JAR]

io.github.onlyeat3.fastmapper.type.mapper.complex

├─ io.github.onlyeat3.fastmapper.type.mapper.complex.ArrayToArrayTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.complex.CollectionToListTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.complex.MapToMapTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.complex.MapToObjectTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.complex.ObjectToMapTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.complex.ObjectToObjectTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.complex.SameToSameTypeMapper.class - [JAR]

io.github.onlyeat3.fastmapper.type.mapper

├─ io.github.onlyeat3.fastmapper.type.mapper.SimpleTypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.TypeMapper.class - [JAR]

├─ io.github.onlyeat3.fastmapper.type.mapper.TypeMapperBuilder.class - [JAR]

io.github.onlyeat3.fastmapper.type.annotation

├─ io.github.onlyeat3.fastmapper.type.annotation.Order.class - [JAR]

Advertisement