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.contacts.api-7.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.liferay.contacts.model
├─ com.liferay.contacts.model.Entry.class - [JAR]
├─ com.liferay.contacts.model.EntryModel.class - [JAR]
├─ com.liferay.contacts.model.EntryTable.class - [JAR]
├─ com.liferay.contacts.model.EntryWrapper.class - [JAR]
com.liferay.contacts.service
├─ com.liferay.contacts.service.EntryLocalService.class - [JAR]
├─ com.liferay.contacts.service.EntryLocalServiceUtil.class - [JAR]
├─ com.liferay.contacts.service.EntryLocalServiceWrapper.class - [JAR]
com.liferay.contacts.util
├─ com.liferay.contacts.util.ContactsExtensionsUtil.class - [JAR]
├─ com.liferay.contacts.util.ContactsUtil.class - [JAR]
com.liferay.contacts.service.persistence
├─ com.liferay.contacts.service.persistence.EntryFinder.class - [JAR]
├─ com.liferay.contacts.service.persistence.EntryPersistence.class - [JAR]
├─ com.liferay.contacts.service.persistence.EntryUtil.class - [JAR]
com.liferay.contacts.exception
├─ com.liferay.contacts.exception.DuplicateEntryEmailAddressException.class - [JAR]
├─ com.liferay.contacts.exception.EntryEmailAddressException.class - [JAR]
├─ com.liferay.contacts.exception.EntryFullNameException.class - [JAR]
├─ com.liferay.contacts.exception.NoSuchEntryException.class - [JAR]
├─ com.liferay.contacts.exception.RequiredEntryEmailAddressException.class - [JAR]
com.liferay.contacts.constants
├─ com.liferay.contacts.constants.ContactsConstants.class - [JAR]
├─ com.liferay.contacts.constants.ContactsPortletKeys.class - [JAR]
├─ com.liferay.contacts.constants.ContactsWebKeys.class - [JAR]
├─ com.liferay.contacts.constants.SocialRelationConstants.class - [JAR]