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 beanmapper-spring-boot-starter-4.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.beanmapper.autoconfigure
├─ io.beanmapper.autoconfigure.ApplicationScanner.class - [JAR]
├─ io.beanmapper.autoconfigure.BeanMapFromClass.class - [JAR]
├─ io.beanmapper.autoconfigure.BeanMapToClass.class - [JAR]
├─ io.beanmapper.autoconfigure.BeanMapperAutoConfig.class - [JAR]
├─ io.beanmapper.autoconfigure.BeanMapperBuilderCustomizer.class - [JAR]
├─ io.beanmapper.autoconfigure.BeanMapperProperties.class - [JAR]