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 openapi-backwards-compat-maven-plugin-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.kemtoa.openapi.compat
├─ io.kemtoa.openapi.compat.BackwardsCompatibilityCheckMojo.class - [JAR]
io.kemtoa.openapi.compat.walker
├─ io.kemtoa.openapi.compat.walker.Location.class - [JAR]
├─ io.kemtoa.openapi.compat.walker.OpenApiDiffVisitor.class - [JAR]
├─ io.kemtoa.openapi.compat.walker.OpenApiDiffWalker.class - [JAR]
io.kemtoa.openapi.compat.rules
├─ io.kemtoa.openapi.compat.rules.AddedEnumValueInResponseRule.class - [JAR]
├─ io.kemtoa.openapi.compat.rules.AddedRequiredRequestParameterRule.class - [JAR]
├─ io.kemtoa.openapi.compat.rules.CompositeRule.class - [JAR]
├─ io.kemtoa.openapi.compat.rules.ParameterLocationChangedRule.class - [JAR]
├─ io.kemtoa.openapi.compat.rules.PropertyRemovedInResponseRule.class - [JAR]
├─ io.kemtoa.openapi.compat.rules.PropertyTypeChangedRule.class - [JAR]
├─ io.kemtoa.openapi.compat.rules.RemovedEnumValueInRequestRule.class - [JAR]
├─ io.kemtoa.openapi.compat.rules.RemovedOperationRule.class - [JAR]
├─ io.kemtoa.openapi.compat.rules.Rule.class - [JAR]