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 strapi-java-sdk-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.vfd.strapi
├─ org.vfd.strapi.Collection.class - [JAR]
├─ org.vfd.strapi.Connector.class - [JAR]
├─ org.vfd.strapi.Helper.class - [JAR]
├─ org.vfd.strapi.Singular.class - [JAR]
├─ org.vfd.strapi.Strapi.class - [JAR]
├─ org.vfd.strapi.StrapiApplication.class - [JAR]
├─ org.vfd.strapi.Transporter.class - [JAR]
org.vfd.strapi.sample
├─ org.vfd.strapi.sample.Campaign.class - [JAR]
├─ org.vfd.strapi.sample.StrapiSample.class - [JAR]
org.vfd.strapi.models
├─ org.vfd.strapi.models.FileAttribute.class - [JAR]
├─ org.vfd.strapi.models.Response.class - [JAR]
├─ org.vfd.strapi.models.StrapiArrayResponse.class - [JAR]
├─ org.vfd.strapi.models.StrapiData.class - [JAR]
├─ org.vfd.strapi.models.StrapiError.class - [JAR]
├─ org.vfd.strapi.models.StrapiFile.class - [JAR]
├─ org.vfd.strapi.models.StrapiFileWrapper.class - [JAR]
├─ org.vfd.strapi.models.StrapiMonoResponse.class - [JAR]
org.vfd.strapi.exceptions
├─ org.vfd.strapi.exceptions.CustomException.class - [JAR]
org.vfd.strapi.interfaces
├─ org.vfd.strapi.interfaces.CollectionInterface.class - [JAR]
├─ org.vfd.strapi.interfaces.SingularInterface.class - [JAR]
org.vfd.strapi.parameters
├─ org.vfd.strapi.parameters.PageRequest.class - [JAR]
├─ org.vfd.strapi.parameters.SortRequest.class - [JAR]
org.vfd.strapi.enums
├─ org.vfd.strapi.enums.HttpMethod.class - [JAR]
├─ org.vfd.strapi.enums.ResponseMessage.class - [JAR]
├─ org.vfd.strapi.enums.SortOrder.class - [JAR]