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 toll-schema-1.4.22.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
global.maplink.toll.schema
├─ global.maplink.toll.schema.Billing.class - [JAR]
├─ global.maplink.toll.schema.Coordinates.class - [JAR]
├─ global.maplink.toll.schema.State.class - [JAR]
├─ global.maplink.toll.schema.TollCondition.class - [JAR]
├─ global.maplink.toll.schema.TollConditionBillingType.class - [JAR]
├─ global.maplink.toll.schema.TollConditionPeriod.class - [JAR]
├─ global.maplink.toll.schema.TollDirection.class - [JAR]
├─ global.maplink.toll.schema.TollServiceType.class - [JAR]
├─ global.maplink.toll.schema.TollVehicleType.class - [JAR]
global.maplink.toll.schema.request
├─ global.maplink.toll.schema.request.LegRequest.class - [JAR]
├─ global.maplink.toll.schema.request.TollCalculationRequest.class - [JAR]
global.maplink.toll.schema.result
├─ global.maplink.toll.schema.result.CalculationDetail.class - [JAR]
├─ global.maplink.toll.schema.result.LegResult.class - [JAR]
├─ global.maplink.toll.schema.result.TollCalculationResult.class - [JAR]