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 core-service-jpa-support-0.5.24.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ai.hyacinth.core.service.jpa.domain
├─ ai.hyacinth.core.service.jpa.domain.BaseAuditingEntity.class - [JAR]
ai.hyacinth.core.service.jpa.converter
├─ ai.hyacinth.core.service.jpa.converter.AbstractJsonConverter.class - [JAR]
├─ ai.hyacinth.core.service.jpa.converter.Map2JsonConverter.class - [JAR]
ai.hyacinth.core.service.jpa.hibernate.dialect
├─ ai.hyacinth.core.service.jpa.hibernate.dialect.MySQLDialect.class - [JAR]
ai.hyacinth.core.service.jpa.repo
├─ ai.hyacinth.core.service.jpa.repo.BaseEnhancedRepository.class - [JAR]
├─ ai.hyacinth.core.service.jpa.repo.BaseEnhancedRepositoryImpl.class - [JAR]
ai.hyacinth.core.service.jpa.config
├─ ai.hyacinth.core.service.jpa.config.DefaultConfigLoader.class - [JAR]
├─ ai.hyacinth.core.service.jpa.config.JpaConfig.class - [JAR]