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 cloudstate-springboot-support-0.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.cloudstate.springboot.starter.internal
├─ io.cloudstate.springboot.starter.internal.BaseEntitySupportFactory.class - [JAR]
├─ io.cloudstate.springboot.starter.internal.CloudstateEntityScan.class - [JAR]
├─ io.cloudstate.springboot.starter.internal.CloudstateUtils.class - [JAR]
├─ io.cloudstate.springboot.starter.internal.Entity.class - [JAR]
├─ io.cloudstate.springboot.starter.internal.EntityScan.class - [JAR]
├─ io.cloudstate.springboot.starter.internal.EntityType.class - [JAR]
io.cloudstate.springboot.starter
├─ io.cloudstate.springboot.starter.CloudstateContext.class - [JAR]
├─ io.cloudstate.springboot.starter.CloudstateEntityBean.class - [JAR]
├─ io.cloudstate.springboot.starter.EntityAdditionaDescriptors.class - [JAR]
├─ io.cloudstate.springboot.starter.EntityServiceDescriptor.class - [JAR]
io.cloudstate.springboot.starter.autoconfigure
├─ io.cloudstate.springboot.starter.autoconfigure.CloudstateAutoConfiguration.class - [JAR]
├─ io.cloudstate.springboot.starter.autoconfigure.CloudstateBeanInitialization.class - [JAR]
├─ io.cloudstate.springboot.starter.autoconfigure.CloudstateProperties.class - [JAR]
├─ io.cloudstate.springboot.starter.autoconfigure.EnableCloudstate.class - [JAR]