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 commons-data-0.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.tomschi.commons.data.model
├─ com.github.tomschi.commons.data.model.ModelObject.class - [JAR]
com.github.tomschi.commons.data
├─ com.github.tomschi.commons.data.AbstractCompositeIdentifiable.class - [JAR]
├─ com.github.tomschi.commons.data.AbstractIdentifiable.class - [JAR]
├─ com.github.tomschi.commons.data.CompositeIdentifiable.class - [JAR]
├─ com.github.tomschi.commons.data.DataObject.class - [JAR]
├─ com.github.tomschi.commons.data.Identifiable.class - [JAR]
com.github.tomschi.commons.data.dbo
├─ com.github.tomschi.commons.data.dbo.AbstractCompositePrimaryKeyDbo.class - [JAR]
├─ com.github.tomschi.commons.data.dbo.AbstractPrimaryKeyDbo.class - [JAR]
├─ com.github.tomschi.commons.data.dbo.CompositePrimaryKeyDbo.class - [JAR]
├─ com.github.tomschi.commons.data.dbo.DatabaseObject.class - [JAR]
├─ com.github.tomschi.commons.data.dbo.PrimaryKeyDbo.class - [JAR]
com.github.tomschi.commons.data.message
├─ com.github.tomschi.commons.data.message.DataMessages.class - [JAR]
com.github.tomschi.commons.data.dto.rest
├─ com.github.tomschi.commons.data.dto.rest.AbstractRESTIdentifiableDto.class - [JAR]
├─ com.github.tomschi.commons.data.dto.rest.RESTDataTransferObject.class - [JAR]
├─ com.github.tomschi.commons.data.dto.rest.RESTIdentifiableDto.class - [JAR]
com.github.tomschi.commons.data.dto
├─ com.github.tomschi.commons.data.dto.DataTransferObject.class - [JAR]