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 specification-mapper-starter-3.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tw.com.softleader.data.jpa.spec.repository.support
├─ tw.com.softleader.data.jpa.spec.repository.support.JpaRepositoryFactoryBeanPostProcessor.class - [JAR]
├─ tw.com.softleader.data.jpa.spec.repository.support.QueryBySpecExecutorAdapter.class - [JAR]
├─ tw.com.softleader.data.jpa.spec.repository.support.QueryBySpecExecutorImpl.class - [JAR]
tw.com.softleader.data.jpa.spec
├─ tw.com.softleader.data.jpa.spec.SpecificationResolverCodecBuilder.class - [JAR]
tw.com.softleader.data.jpa.spec.autoconfigure
├─ tw.com.softleader.data.jpa.spec.autoconfigure.SpecMapperAutoConfiguration.class - [JAR]
├─ tw.com.softleader.data.jpa.spec.autoconfigure.SpecMapperProperties.class - [JAR]
tw.com.softleader.data.jpa.spec.repository
├─ tw.com.softleader.data.jpa.spec.repository.QueryBySpecExecutor.class - [JAR]