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 sparkling-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.dfki.sds.sparkling.client
├─ de.dfki.sds.sparkling.client.ClassProxy.class - [JAR]
├─ de.dfki.sds.sparkling.client.ClientProxyFactory.class - [JAR]
├─ de.dfki.sds.sparkling.client.JsonOverHttpMethodCallSender.class - [JAR]
de.dfki.sds.sparkling.util
├─ de.dfki.sds.sparkling.util.ExceptionUtils.class - [JAR]
├─ de.dfki.sds.sparkling.util.GenericsUtils.class - [JAR]
├─ de.dfki.sds.sparkling.util.ReflectionUtils.class - [JAR]
├─ de.dfki.sds.sparkling.util.StopWatch.class - [JAR]
├─ de.dfki.sds.sparkling.util.StreamUtils.class - [JAR]
├─ de.dfki.sds.sparkling.util.StringUtils.class - [JAR]
de.dfki.sds.sparkling.documentation
├─ de.dfki.sds.sparkling.documentation.HandlerDocumentation.class - [JAR]
de.dfki.sds.sparkling.stats
├─ de.dfki.sds.sparkling.stats.InvocationStats.class - [JAR]
de.dfki.sds.sparkling
├─ de.dfki.sds.sparkling.Sparkling.class - [JAR]
de.dfki.sds.sparkling.methods.data
├─ de.dfki.sds.sparkling.methods.data.MethodSignature.class - [JAR]
├─ de.dfki.sds.sparkling.methods.data.ParameterInfo.class - [JAR]
├─ de.dfki.sds.sparkling.methods.data.ParameterValue.class - [JAR]
de.dfki.sds.sparkling.methods
├─ de.dfki.sds.sparkling.methods.JsonMethodCallRouter.class - [JAR]
├─ de.dfki.sds.sparkling.methods.JsonParameterConverter.class - [JAR]
├─ de.dfki.sds.sparkling.methods.NamedParameterMethodAnalyzer.class - [JAR]
de.dfki.sds.sparkling.documentation.data
├─ de.dfki.sds.sparkling.documentation.data.MethodDescription.class - [JAR]
├─ de.dfki.sds.sparkling.documentation.data.ParameterDescription.class - [JAR]
├─ de.dfki.sds.sparkling.documentation.data.ReturnTypeDescription.class - [JAR]
de.dfki.sds.sparkling.annotations
├─ de.dfki.sds.sparkling.annotations.AnnotationUtils.class - [JAR]
├─ de.dfki.sds.sparkling.annotations.DefaultValue.class - [JAR]
├─ de.dfki.sds.sparkling.annotations.Documentation.class - [JAR]
├─ de.dfki.sds.sparkling.annotations.HideValueLogs.class - [JAR]
├─ de.dfki.sds.sparkling.annotations.Named.class - [JAR]
├─ de.dfki.sds.sparkling.annotations.Polymorph.class - [JAR]
├─ de.dfki.sds.sparkling.annotations.Skip4Service.class - [JAR]