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 streampipes-rest-shared-0.65.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.streampipes.rest.shared.serializer
├─ org.streampipes.rest.shared.serializer.GsonClientModelProvider.class - [JAR]
├─ org.streampipes.rest.shared.serializer.GsonJerseyProvider.class - [JAR]
├─ org.streampipes.rest.shared.serializer.GsonWithIdProvider.class - [JAR]
├─ org.streampipes.rest.shared.serializer.GsonWithoutIdProvider.class - [JAR]
├─ org.streampipes.rest.shared.serializer.JsonLdProvider.class - [JAR]
org.streampipes.rest.shared.annotation
├─ org.streampipes.rest.shared.annotation.GsonClientModel.class - [JAR]
├─ org.streampipes.rest.shared.annotation.GsonWithIds.class - [JAR]
├─ org.streampipes.rest.shared.annotation.GsonWithoutIds.class - [JAR]
├─ org.streampipes.rest.shared.annotation.JsonLdSerialized.class - [JAR]
├─ org.streampipes.rest.shared.annotation.NoAuthenticationRequired.class - [JAR]
├─ org.streampipes.rest.shared.annotation.RdfRootElement.class - [JAR]
org.streampipes.rest.shared.util
├─ org.streampipes.rest.shared.util.JsonLdUtils.class - [JAR]
├─ org.streampipes.rest.shared.util.SpMediaType.class - [JAR]