View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window utils-mapper-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
fr.landel.utils.mapper
├─ fr.landel.utils.mapper.DTOIdentifier.class - [JAR]
├─ fr.landel.utils.mapper.DTOIdentifierImpl.class - [JAR]
├─ fr.landel.utils.mapper.EnumMode.class - [JAR]
├─ fr.landel.utils.mapper.MapperException.class - [JAR]
fr.landel.utils.mapper.mappable
├─ fr.landel.utils.mapper.mappable.Mappable.class - [JAR]
├─ fr.landel.utils.mapper.mappable.MappableProperty.class - [JAR]
├─ fr.landel.utils.mapper.mappable.MappablesProperty.class - [JAR]
fr.landel.utils.mapper.utils.generated
├─ fr.landel.utils.mapper.utils.generated.ReflectUtilsPerf_hello_jmhTest.class - [JAR]
├─ fr.landel.utils.mapper.utils.generated.ReflectUtilsPerf_jmhType.class - [JAR]
├─ fr.landel.utils.mapper.utils.generated.ReflectUtilsPerf_jmhType_B1.class - [JAR]
├─ fr.landel.utils.mapper.utils.generated.ReflectUtilsPerf_jmhType_B2.class - [JAR]
├─ fr.landel.utils.mapper.utils.generated.ReflectUtilsPerf_jmhType_B3.class - [JAR]
fr.landel.utils.mapper.utils
├─ fr.landel.utils.mapper.utils.ReflectUtils.class - [JAR]
├─ fr.landel.utils.mapper.utils.ReflectUtilsPerf.class - [JAR]
fr.landel.utils.mapper.core
├─ fr.landel.utils.mapper.core.AbstractDTOIdentifierLoader.class - [JAR]
├─ fr.landel.utils.mapper.core.AbstractReflectiveMapper.class - [JAR]
├─ fr.landel.utils.mapper.core.DTOIdentifierManager.class - [JAR]
├─ fr.landel.utils.mapper.core.ReflectiveMapper.class - [JAR]