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-core-1.2.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
├─ com.github.microtweak.jbx4j.serializer.CircularReferenceDetector.class - [JAR]
com.github.microtweak.jbx4j.serializer.exception
├─ com.github.microtweak.jbx4j.serializer.exception.JpaEntityBindingException.class - [JAR]
├─ com.github.microtweak.jbx4j.serializer.exception.JpaEntityResolverNotFoundException.class - [JAR]
com.github.microtweak.jbx4j.descriptor
├─ com.github.microtweak.jbx4j.descriptor.JpaDescriptor.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.JpaPropertyInfo.class - [JAR]
com.github.microtweak.jbx4j.descriptor.spi
├─ com.github.microtweak.jbx4j.descriptor.spi.AttributeLoadChecker.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.spi.ReflectionHelper.class - [JAR]
com.github.microtweak.jbx4j.serializer.resolver
├─ com.github.microtweak.jbx4j.serializer.resolver.EntityResolver.class - [JAR]
├─ com.github.microtweak.jbx4j.serializer.resolver.EntityResolverManager.class - [JAR]
├─ com.github.microtweak.jbx4j.serializer.resolver.JpaEntityData.class - [JAR]
├─ com.github.microtweak.jbx4j.serializer.resolver.ResolverPoint.class - [JAR]
com.github.microtweak.jbx4j.descriptor.exception
├─ com.github.microtweak.jbx4j.descriptor.exception.JpaLoadStateException.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.exception.JpaPropertyAccessException.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.exception.UnsupportedJpaProviderException.class - [JAR]
com.github.microtweak.jbx4j.descriptor.attribute
├─ com.github.microtweak.jbx4j.descriptor.attribute.CommonEntityAttribute.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.attribute.ElementCollectionRelationshipEntityAttribute.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.attribute.EntityAttribute.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.attribute.ManyToManyRelationshipEntityAttribute.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.attribute.ManyToOneRelationshipEntityAttribute.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.attribute.OneToManyRelationshipEntityAttribute.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.attribute.OneToOneRelationshipEntityAttribute.class - [JAR]
├─ com.github.microtweak.jbx4j.descriptor.attribute.RelationshipEntityAttribute.class - [JAR]