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 postman-utils-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ks.postmanutils.client.vo
├─ com.ks.postmanutils.client.vo.OkHttpRequest.class - [JAR]
com.ks.postmanutils.postman
├─ com.ks.postmanutils.postman.PostmanCollection.class - [JAR]
├─ com.ks.postmanutils.postman.PostmanEnvironment.class - [JAR]
com.ks.postmanutils.postman.collection
├─ com.ks.postmanutils.postman.collection.CollectionEvent.class - [JAR]
├─ com.ks.postmanutils.postman.collection.CollectionInfo.class - [JAR]
├─ com.ks.postmanutils.postman.collection.CollectionItem.class - [JAR]
├─ com.ks.postmanutils.postman.collection.CollectionVariable.class - [JAR]
com.ks.postmanutils.postman.environment
├─ com.ks.postmanutils.postman.environment.EnvironmentValue.class - [JAR]
com.ks.postmanutils.postman.collection.item.body.options
├─ com.ks.postmanutils.postman.collection.item.body.options.OptionsRaw.class - [JAR]
com.ks.postmanutils
├─ com.ks.postmanutils.PostmanUtils.class - [JAR]
com.ks.postmanutils.exception
├─ com.ks.postmanutils.exception.PostmanUtilException.class - [JAR]
com.ks.postmanutils.postman.collection.item
├─ com.ks.postmanutils.postman.collection.item.ItemBody.class - [JAR]
├─ com.ks.postmanutils.postman.collection.item.ItemCookie.class - [JAR]
├─ com.ks.postmanutils.postman.collection.item.ItemHeader.class - [JAR]
├─ com.ks.postmanutils.postman.collection.item.ItemProtocolProfileBehavior.class - [JAR]
├─ com.ks.postmanutils.postman.collection.item.ItemRequest.class - [JAR]
├─ com.ks.postmanutils.postman.collection.item.ItemResponse.class - [JAR]
├─ com.ks.postmanutils.postman.collection.item.ItemUrl.class - [JAR]
com.ks.postmanutils.postman.collection.item.body
├─ com.ks.postmanutils.postman.collection.item.body.BodyOptions.class - [JAR]