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 modelmapper-spring-data-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.modelmapper.spring.autoconfigure
├─ org.modelmapper.spring.autoconfigure.AggregateMappingModuleAutoConfiguration.class - [JAR]
├─ org.modelmapper.spring.autoconfigure.ModelMapperAutoConfiguration.class - [JAR]
├─ org.modelmapper.spring.autoconfigure.package-info.class - [JAR]
org.modelmapper.spring.data
├─ org.modelmapper.spring.data.AggregateIdentifierProcessor.class - [JAR]
├─ org.modelmapper.spring.data.AggregateMappingConfigurer.class - [JAR]
├─ org.modelmapper.spring.data.AggregateMappingModule.class - [JAR]
├─ org.modelmapper.spring.data.UriTemplateIdentifierProcessor.class - [JAR]
├─ org.modelmapper.spring.data.package-info.class - [JAR]