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 up-spring-boot-starter-0.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.restup.spring.boot.autoconfigure.factory
├─ com.github.restup.spring.boot.autoconfigure.factory.MappedFieldComparatorFactory.class - [JAR]
├─ com.github.restup.spring.boot.autoconfigure.factory.RestrictedFieldsProviderFactory.class - [JAR]
├─ com.github.restup.spring.boot.autoconfigure.factory.ServiceFilterFactory.class - [JAR]
├─ com.github.restup.spring.boot.autoconfigure.factory.SparseFieldsProviderFactory.class - [JAR]
com.github.restup.spring.boot.autoconfigure
├─ com.github.restup.spring.boot.autoconfigure.JpaRepositoryAutoConfiguration.class - [JAR]
├─ com.github.restup.spring.boot.autoconfigure.ResourceRegistrationApplicationListener.class - [JAR]
├─ com.github.restup.spring.boot.autoconfigure.UpAutoConfiguration.class - [JAR]
├─ com.github.restup.spring.boot.autoconfigure.UpControllerAutoConfiguration.class - [JAR]
├─ com.github.restup.spring.boot.autoconfigure.UpProperties.class - [JAR]
├─ com.github.restup.spring.boot.autoconfigure.UpSpringMVCControllerAutoConfiguration.class - [JAR]