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 stardao-dynamodb-0.3.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.stardog.stardao.dynamodb.export
├─ io.stardog.stardao.dynamodb.export.DynamoExporter.class - [JAR]
├─ io.stardog.stardao.dynamodb.export.DynamoImporter.class - [JAR]
io.stardog.stardao.dynamodb
├─ io.stardog.stardao.dynamodb.AbstractDynamoDao.class - [JAR]
├─ io.stardog.stardao.dynamodb.DynamoIterator.class - [JAR]
io.stardog.stardao.dynamodb.mapper
├─ io.stardog.stardao.dynamodb.mapper.ItemMapper.class - [JAR]
├─ io.stardog.stardao.dynamodb.mapper.JacksonItemMapper.class - [JAR]