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 butterfly-rest-api-1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.paypal.butterfly.rest.model
├─ com.paypal.butterfly.rest.model.Application.class - [JAR]
├─ com.paypal.butterfly.rest.model.Scm.class - [JAR]
├─ com.paypal.butterfly.rest.model.Transformation.class - [JAR]
├─ com.paypal.butterfly.rest.model.TransformationDetails.class - [JAR]
├─ com.paypal.butterfly.rest.model.TransformationMetrics.class - [JAR]
├─ com.paypal.butterfly.rest.model.TransformationRequest.class - [JAR]
├─ com.paypal.butterfly.rest.model.TransformationRequestSimple.class - [JAR]
├─ com.paypal.butterfly.rest.model.TransformationState.class - [JAR]
├─ com.paypal.butterfly.rest.model.TransformationTemplateType.class - [JAR]
com.paypal.butterfly.rest.api
├─ com.paypal.butterfly.rest.api.ButterflyApi.class - [JAR]
├─ com.paypal.butterfly.rest.api.Info.class - [JAR]
├─ com.paypal.butterfly.rest.api.Transformations.class - [JAR]