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-serializer-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.serializer.core.exception
├─ com.github.microtweak.jbx4j.serializer.core.exception.JpaEntityBindingException.class - [JAR]
├─ com.github.microtweak.jbx4j.serializer.core.exception.JpaEntityResolverNotFoundException.class - [JAR]
com.github.microtweak.jbx4j.serializer.core.resolver
├─ com.github.microtweak.jbx4j.serializer.core.resolver.EntityResolver.class - [JAR]
├─ com.github.microtweak.jbx4j.serializer.core.resolver.EntityResolverManager.class - [JAR]
├─ com.github.microtweak.jbx4j.serializer.core.resolver.JpaEntityData.class - [JAR]
com.github.microtweak.jbx4j.serializer.core
├─ com.github.microtweak.jbx4j.serializer.core.CircularReferenceDetector.class - [JAR]