jar

de.dfki.sds : sparkling

Maven & Gradle

Oct 09, 2023

de.dfki.sds:sparkling · Sparkling is a tool to create RESTful HTTP services from Java objects (called 'handler') with a single line of code. It is build on top of the Spark micro framework.

Table Of Contents

Latest Version

Download de.dfki.sds : sparkling JAR file - Latest Versions:

All Versions

Download de.dfki.sds : sparkling JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]