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 tag-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.codejuice.tag.schema.parser
├─ com.codejuice.tag.schema.parser.JSONLDSchemaParser.class - [JAR]
├─ com.codejuice.tag.schema.parser.SchemaParser.class - [JAR]
com.codejuice.tag.schema
├─ com.codejuice.tag.schema.FormatResolver.class - [JAR]
├─ com.codejuice.tag.schema.HTMLSchemaFormatResolver.class - [JAR]
├─ com.codejuice.tag.schema.Schema.class - [JAR]
├─ com.codejuice.tag.schema.SchemaMarkupHelper.class - [JAR]
├─ com.codejuice.tag.schema.UnsupportedSchemaException.class - [JAR]
com.codejuice.tag.schema.thing
├─ com.codejuice.tag.schema.thing.Airline.class - [JAR]
├─ com.codejuice.tag.schema.thing.Airport.class - [JAR]
├─ com.codejuice.tag.schema.thing.Flight.class - [JAR]
├─ com.codejuice.tag.schema.thing.FlightReservation.class - [JAR]
├─ com.codejuice.tag.schema.thing.Person.class - [JAR]
├─ com.codejuice.tag.schema.thing.Thing.class - [JAR]
com.codejuice.tag.schema.parser.json
├─ com.codejuice.tag.schema.parser.json.OffsetDateTimeDeserializer.class - [JAR]