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 transform-spi-0.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.edc.transform.spi
├─ org.eclipse.edc.transform.spi.AbstractProblemBuilder.class - [JAR]
├─ org.eclipse.edc.transform.spi.InvalidPropertyBuilder.class - [JAR]
├─ org.eclipse.edc.transform.spi.MissingPropertyBuilder.class - [JAR]
├─ org.eclipse.edc.transform.spi.NullPropertyBuilder.class - [JAR]
├─ org.eclipse.edc.transform.spi.ProblemBuilder.class - [JAR]
├─ org.eclipse.edc.transform.spi.TransformerContext.class - [JAR]
├─ org.eclipse.edc.transform.spi.TypeTransformer.class - [JAR]
├─ org.eclipse.edc.transform.spi.TypeTransformerRegistry.class - [JAR]
├─ org.eclipse.edc.transform.spi.UnexpectedTypeBuilder.class - [JAR]