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 jbx4j-descriptor-core-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.microtweak.jbx4j.descriptor.core.exception
├─ com.github.microtweak.jbx4j.descriptor.core.exception.JpaLoadStateException.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.core.exception.JpaPropertyAccessException.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.core.exception.UnsupportedJpaProviderException.class - [JAR]
com.github.microtweak.jbx4j.descriptor.core
├─ com.github.microtweak.jbx4j.descriptor.core.JpaDescriptor.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.core.JpaPropertyInfo.class - [JAR]
com.github.microtweak.jbx4j.descriptor.core.spi
├─ com.github.microtweak.jbx4j.descriptor.core.spi.AttributeLoadChecker.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.core.spi.ReflectionHelper.class - [JAR]
com.github.microtweak.jbx4j.descriptor.core.attribute
├─ com.github.microtweak.jbx4j.descriptor.core.attribute.CommonEntityAttribute.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.core.attribute.ElementCollectionRelationshipEntityAttribute.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.core.attribute.EntityAttribute.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.core.attribute.ManyToManyRelationshipEntityAttribute.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.core.attribute.ManyToOneRelationshipEntityAttribute.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.core.attribute.OneToManyRelationshipEntityAttribute.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.core.attribute.OneToOneRelationshipEntityAttribute.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.core.attribute.RelationshipEntityAttribute.class - [JAR]