jar

com.github.microtweak : jbx4j-core

Maven & Gradle

Nov 26, 2020
3 usages
2 stars

jbx4j - Core Module

Table Of Contents

Latest Version

Download com.github.microtweak : jbx4j-core JAR file - Latest Versions:

All Versions

Download com.github.microtweak : jbx4j-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement