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 it-tidalwave-semantic-io-1.0.16.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
it.tidalwave.semantic.io.spi
├─ it.tidalwave.semantic.io.spi.AsStatementMarshaller.class - [JAR]
├─ it.tidalwave.semantic.io.spi.StatementMarshaller.class - [JAR]
├─ it.tidalwave.semantic.io.spi.StatementMarshallerFactory.class - [JAR]
├─ it.tidalwave.semantic.io.spi.StatementUnmarshaller.class - [JAR]
├─ it.tidalwave.semantic.io.spi.StatementUnmarshallerFactory.class - [JAR]
├─ it.tidalwave.semantic.io.spi.StatementUnmarshallerSupport.class - [JAR]
it.tidalwave.semantic.io
├─ it.tidalwave.semantic.io.GraphDeserializer.class - [JAR]
├─ it.tidalwave.semantic.io.GraphMarshaller.class - [JAR]
├─ it.tidalwave.semantic.io.GraphSerializer.class - [JAR]
├─ it.tidalwave.semantic.io.GraphUnmarshaller.class - [JAR]
├─ it.tidalwave.semantic.io.MimeTypes.class - [JAR]
it.tidalwave.semantic.io.impl
├─ it.tidalwave.semantic.io.impl.Converter.class - [JAR]
├─ it.tidalwave.semantic.io.impl.DefaultGraphDeserializer.class - [JAR]
├─ it.tidalwave.semantic.io.impl.DefaultGraphSerializer.class - [JAR]
├─ it.tidalwave.semantic.io.impl.GraphMarshallerImpl.class - [JAR]
├─ it.tidalwave.semantic.io.impl.GraphUnmarshallerImpl.class - [JAR]
├─ it.tidalwave.semantic.io.impl.StatementComparator.class - [JAR]
├─ it.tidalwave.semantic.io.impl.UriImplWithAs.class - [JAR]
├─ it.tidalwave.semantic.io.impl.UriWithAs.class - [JAR]
├─ it.tidalwave.semantic.io.impl.Vocabulary.class - [JAR]