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 unipop-rest-0.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.unipop.rest
├─ org.unipop.rest.RestController.class - [JAR]
├─ org.unipop.rest.RestEdgeSchema.class - [JAR]
├─ org.unipop.rest.RestSchema.class - [JAR]
├─ org.unipop.rest.RestSourceProvider.class - [JAR]
├─ org.unipop.rest.RestVertexSchema.class - [JAR]
test
├─ test.RestGraphProvider.class - [JAR]
org.unipop.rest.schema
├─ org.unipop.rest.schema.AbstractRestSchema.class - [JAR]
├─ org.unipop.rest.schema.RestEdge.class - [JAR]
├─ org.unipop.rest.schema.RestVertex.class - [JAR]
org.unipop.rest.util
├─ org.unipop.rest.util.MatcherHolder.class - [JAR]
├─ org.unipop.rest.util.PredicatesTranslator.class - [JAR]
├─ org.unipop.rest.util.TemplateHolder.class - [JAR]
├─ org.unipop.rest.util.TemplateRequest.class - [JAR]
org.unipop.rest.util.matchers
├─ org.unipop.rest.util.matchers.KeyMatcher.class - [JAR]
├─ org.unipop.rest.util.matchers.Matcher.class - [JAR]
├─ org.unipop.rest.util.matchers.MultiOpMatcher.class - [JAR]
├─ org.unipop.rest.util.matchers.OpMatcher.class - [JAR]