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 ojcms-beans-0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.simondan.ojcms.beans.definition
├─ com.github.simondan.ojcms.beans.definition.AbstractFieldDescription.class - [JAR]
├─ com.github.simondan.ojcms.beans.definition.AbstractStorableObject.class - [JAR]
├─ com.github.simondan.ojcms.beans.definition.AbstractUniqueStorableObject.class - [JAR]
├─ com.github.simondan.ojcms.beans.definition.ObjectBox.class - [JAR]
├─ com.github.simondan.ojcms.beans.definition.SearchCondition.class - [JAR]
├─ com.github.simondan.ojcms.beans.definition.StorableObject.class - [JAR]
com.github.simondan.ojcms.beans.definition.fields
├─ com.github.simondan.ojcms.beans.definition.fields.Field.class - [JAR]
├─ com.github.simondan.ojcms.beans.definition.fields.FieldFactory.class - [JAR]
├─ com.github.simondan.ojcms.beans.definition.fields.IDField.class - [JAR]
├─ com.github.simondan.ojcms.beans.definition.fields.Reference.class - [JAR]
com.github.simondan.ojcms.beans.util
├─ com.github.simondan.ojcms.beans.util.ObjectCreator.class - [JAR]
├─ com.github.simondan.ojcms.beans.util.StorableUtil.class - [JAR]
com.github.simondan.ojcms.beans.autodiscover
├─ com.github.simondan.ojcms.beans.autodiscover.CustomObjectMapper.class - [JAR]
├─ com.github.simondan.ojcms.beans.autodiscover.StorableObjectDeserializer.class - [JAR]
├─ com.github.simondan.ojcms.beans.autodiscover.StorableObjectSerializer.class - [JAR]
com.github.simondan.ojcms.beans.definition.database
├─ com.github.simondan.ojcms.beans.definition.database.IDatabaseClient.class - [JAR]
├─ com.github.simondan.ojcms.beans.definition.database.IEmbeddedDB.class - [JAR]