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 finatra-mustache_2.13-22.12.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.twitter.finatra.mustache.marshalling
├─ com.twitter.finatra.mustache.marshalling.LocalFilesystemMustacheFactory.class - [JAR]
├─ com.twitter.finatra.mustache.marshalling.MustacheFactoryBuilder.class - [JAR]
├─ com.twitter.finatra.mustache.marshalling.MustacheService.class - [JAR]
├─ com.twitter.finatra.mustache.marshalling.ScalaObjectHandler.class - [JAR]
com.twitter.finatra.mustache.modules
├─ com.twitter.finatra.mustache.modules.MustacheFactoryModule.class - [JAR]
├─ com.twitter.finatra.mustache.modules.MustacheFlags.class - [JAR]
├─ com.twitter.finatra.mustache.modules.MustacheFlagsModule.class - [JAR]