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 mapply-0.0.1.jdk11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
it.esinware.mapping.annotation
├─ it.esinware.mapping.annotation.FieldBinding.class - [JAR]
├─ it.esinware.mapping.annotation.FieldOverride.class - [JAR]
├─ it.esinware.mapping.annotation.Fields.class - [JAR]
├─ it.esinware.mapping.annotation.Mapping.class - [JAR]
├─ it.esinware.mapping.annotation.MappingConverter.class - [JAR]
├─ it.esinware.mapping.annotation.TypeBinding.class - [JAR]
it.esinware.mapping
├─ it.esinware.mapping.BeanMapper.class - [JAR]
it.esinware.mapping.config
├─ it.esinware.mapping.config.BeanWrapper.class - [JAR]
├─ it.esinware.mapping.config.MappingResolver.class - [JAR]
it.esinware.mapping.orika
├─ it.esinware.mapping.orika.PlaceholderConverter.class - [JAR]
├─ it.esinware.mapping.orika.PlaceholderMapper.class - [JAR]