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 grails-datastore-gorm-support-8.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.grails.datastore.gorm.plugin.support
├─ org.grails.datastore.gorm.plugin.support.ConfigSupport.class - [JAR]
org.grails.datastore.gorm.proxy
├─ org.grails.datastore.gorm.proxy.EntityProxyHandlerAdapter.class - [JAR]
├─ org.grails.datastore.gorm.proxy.ProxyHandlerAdapter.class - [JAR]
org.grails.compiler.gorm
├─ org.grails.compiler.gorm.EntityTraitInjector.class - [JAR]
├─ org.grails.compiler.gorm.GormTransformer.class - [JAR]
org.grails.datastore.gorm.support
├─ org.grails.datastore.gorm.support.AggregatePersistenceContextInterceptor.class - [JAR]
├─ org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor.class - [JAR]