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 com.liferay.json.storage.api-2.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.liferay.json.storage.service.persistence
├─ com.liferay.json.storage.service.persistence.JSONStorageEntryPersistence.class - [JAR]
├─ com.liferay.json.storage.service.persistence.JSONStorageEntryUtil.class - [JAR]
com.liferay.json.storage.exception
├─ com.liferay.json.storage.exception.NoSuchJSONStorageEntryException.class - [JAR]
com.liferay.json.storage.model
├─ com.liferay.json.storage.model.JSONStorageEntry.class - [JAR]
├─ com.liferay.json.storage.model.JSONStorageEntryModel.class - [JAR]
├─ com.liferay.json.storage.model.JSONStorageEntryTable.class - [JAR]
├─ com.liferay.json.storage.model.JSONStorageEntryWrapper.class - [JAR]
com.liferay.json.storage.constants
├─ com.liferay.json.storage.constants.JSONStorageEntryConstants.class - [JAR]
com.liferay.json.storage.upgrade
├─ com.liferay.json.storage.upgrade.JSONStorageUpgradeStepFactory.class - [JAR]
com.liferay.json.storage.service
├─ com.liferay.json.storage.service.JSONStorageEntryLocalService.class - [JAR]
├─ com.liferay.json.storage.service.JSONStorageEntryLocalServiceUtil.class - [JAR]
├─ com.liferay.json.storage.service.JSONStorageEntryLocalServiceWrapper.class - [JAR]