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 spring-boot-starter-data-graphql-jpa-1.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.daikit.graphql.spring.jpa
├─ com.daikit.graphql.spring.jpa.SpringDataGraphqlJpaAutoconfiguration.class - [JAR]
├─ com.daikit.graphql.spring.jpa.SpringDataGraphqlJpaProperties.class - [JAR]
com.daikit.graphql.spring.jpa.usertype
├─ com.daikit.graphql.spring.jpa.usertype.AbstractJsonCollectionUserType.class - [JAR]
├─ com.daikit.graphql.spring.jpa.usertype.AbstractJsonHashMapUserType.class - [JAR]
├─ com.daikit.graphql.spring.jpa.usertype.AbstractJsonListUserType.class - [JAR]
├─ com.daikit.graphql.spring.jpa.usertype.AbstractJsonSetUserType.class - [JAR]
├─ com.daikit.graphql.spring.jpa.usertype.AbstractJsonUserType.class - [JAR]
├─ com.daikit.graphql.spring.jpa.usertype.StringListUserType.class - [JAR]
├─ com.daikit.graphql.spring.jpa.usertype.StringSetUserType.class - [JAR]
com.daikit.graphql.spring.jpa.service
├─ com.daikit.graphql.spring.jpa.service.DefaultEntityService.class - [JAR]
├─ com.daikit.graphql.spring.jpa.service.DefaultPersistenceRegistry.class - [JAR]
├─ com.daikit.graphql.spring.jpa.service.IEntityService.class - [JAR]
├─ com.daikit.graphql.spring.jpa.service.IPersistenceRegistry.class - [JAR]
com.daikit.graphql.spring.jpa.utils
├─ com.daikit.graphql.spring.jpa.utils.JsonUtils.class - [JAR]