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 deadbolt-core_2.11-2.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
be.objectify.deadbolt.core.models
├─ be.objectify.deadbolt.core.models.Permission.class - [JAR]
├─ be.objectify.deadbolt.core.models.Role.class - [JAR]
├─ be.objectify.deadbolt.core.models.Subject.class - [JAR]
be.objectify.deadbolt.core
├─ be.objectify.deadbolt.core.DeadboltAnalyzer.class - [JAR]
├─ be.objectify.deadbolt.core.PatternType.class - [JAR]
├─ be.objectify.deadbolt.core.PluginConfigKeys.class - [JAR]
views.html
├─ views.html.foo.class - [JAR]
com.kryshchuk.mirror.be.objectify.deadbolt_core
├─ com.kryshchuk.mirror.be.objectify.deadbolt_core.Dummy.class - [JAR]
be.objectify.deadbolt.core.utils
├─ be.objectify.deadbolt.core.utils.TemplateUtils.class - [JAR]