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 rdf4j-beans-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.kburger.rdf4j.beans
├─ com.github.kburger.rdf4j.beans.BeanAnalyzer.class - [JAR]
├─ com.github.kburger.rdf4j.beans.BeanMapper.class - [JAR]
├─ com.github.kburger.rdf4j.beans.BeanReader.class - [JAR]
├─ com.github.kburger.rdf4j.beans.BeanWriter.class - [JAR]
├─ com.github.kburger.rdf4j.beans.ClassAnalysis.class - [JAR]
├─ com.github.kburger.rdf4j.beans.PropertyAnalysis.class - [JAR]
├─ com.github.kburger.rdf4j.beans.PropertyConverter.class - [JAR]
com.github.kburger.rdf4j.beans.annotation
├─ com.github.kburger.rdf4j.beans.annotation.Predicate.class - [JAR]
├─ com.github.kburger.rdf4j.beans.annotation.Subject.class - [JAR]
├─ com.github.kburger.rdf4j.beans.annotation.Type.class - [JAR]
com.github.kburger.rdf4j.beans.exception
├─ com.github.kburger.rdf4j.beans.exception.BeanException.class - [JAR]