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.reading.time.service-1.0.50.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.liferay.reading.time.service.persistence.impl
├─ com.liferay.reading.time.service.persistence.impl.ReadingTimeEntryPersistenceImpl.class - [JAR]
com.liferay.reading.time.service.util
├─ com.liferay.reading.time.service.util.ServiceProps.class - [JAR]
com.liferay.reading.time.model.impl
├─ com.liferay.reading.time.model.impl.ReadingTimeEntryBaseImpl.class - [JAR]
├─ com.liferay.reading.time.model.impl.ReadingTimeEntryCacheModel.class - [JAR]
├─ com.liferay.reading.time.model.impl.ReadingTimeEntryImpl.class - [JAR]
├─ com.liferay.reading.time.model.impl.ReadingTimeEntryModelImpl.class - [JAR]
com.liferay.reading.time.service.http
├─ com.liferay.reading.time.service.http.ReadingTimeEntryServiceHttp.class - [JAR]
├─ com.liferay.reading.time.service.http.ReadingTimeEntryServiceSoap.class - [JAR]
com.liferay.reading.time.internal.calculator
├─ com.liferay.reading.time.internal.calculator.ReadingTimeCalculatorImpl.class - [JAR]
com.liferay.reading.time.service.impl
├─ com.liferay.reading.time.service.impl.ReadingTimeEntryLocalServiceImpl.class - [JAR]
├─ com.liferay.reading.time.service.impl.ReadingTimeEntryServiceImpl.class - [JAR]
com.liferay.reading.time.service.base
├─ com.liferay.reading.time.service.base.ReadingTimeEntryLocalServiceBaseImpl.class - [JAR]
├─ com.liferay.reading.time.service.base.ReadingTimeEntryServiceBaseImpl.class - [JAR]