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 joraph-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.joraph.loader
├─ com.joraph.loader.EntityLoaderContext.class - [JAR]
├─ com.joraph.loader.EntityLoaderDescriptor.class - [JAR]
├─ com.joraph.loader.EntityLoaderDescriptorBuilder.class - [JAR]
├─ com.joraph.loader.EntityLoaderDescriptorBuilderKt.class - [JAR]
├─ com.joraph.loader.LoaderFunction.class - [JAR]
├─ com.joraph.loader.MissingLoaderArgumentException.class - [JAR]
├─ com.joraph.loader.UnconfiguredLoaderException.class - [JAR]
com.joraph.schema
├─ com.joraph.schema.BaseProperty.class - [JAR]
├─ com.joraph.schema.CompositeValue.class - [JAR]
├─ com.joraph.schema.ConditionalForeignKey.class - [JAR]
├─ com.joraph.schema.EntityDescriptor.class - [JAR]
├─ com.joraph.schema.ForeignKey.class - [JAR]
├─ com.joraph.schema.Key.class - [JAR]
├─ com.joraph.schema.MissingPrimaryKeyException.class - [JAR]
├─ com.joraph.schema.PrimaryKeyNullPointerException.class - [JAR]
├─ com.joraph.schema.Property.class - [JAR]
├─ com.joraph.schema.Schema.class - [JAR]
├─ com.joraph.schema.SchemaUtil.class - [JAR]
├─ com.joraph.schema.UnknownEntityDescriptorException.class - [JAR]
├─ com.joraph.schema.UnknownFKException.class - [JAR]
com.joraph.debug
├─ com.joraph.debug.DebugInfo.class - [JAR]
├─ com.joraph.debug.JoraphDebug.class - [JAR]
├─ com.joraph.debug.LoaderDebug.class - [JAR]
com.joraph
├─ com.joraph.ChainableFunc.class - [JAR]
├─ com.joraph.ChainableFuncKt.class - [JAR]
├─ com.joraph.CollectionUtil.class - [JAR]
├─ com.joraph.EntityNotFoundException.class - [JAR]
├─ com.joraph.ExecutionContext.class - [JAR]
├─ com.joraph.ExtensionsKt.class - [JAR]
├─ com.joraph.JoraphContext.class - [JAR]
├─ com.joraph.JoraphException.class - [JAR]
├─ com.joraph.KeysToLoad.class - [JAR]
├─ com.joraph.ObjectGraph.class - [JAR]
├─ com.joraph.Query.class - [JAR]