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 mayocat-shop-customer-api-0.40.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.mayocat.shop.customer.store
├─ org.mayocat.shop.customer.store.AddressStore.class - [JAR]
├─ org.mayocat.shop.customer.store.CustomerStore.class - [JAR]
org.mayocat.shop.customer.api.v1.object
├─ org.mayocat.shop.customer.api.v1.object.AddressApiObject.class - [JAR]
├─ org.mayocat.shop.customer.api.v1.object.CustomerApiObject.class - [JAR]
├─ org.mayocat.shop.customer.api.v1.object.CustomerListApiObject.class - [JAR]
org.mayocat.shop.customer.model
├─ org.mayocat.shop.customer.model.Address.class - [JAR]
├─ org.mayocat.shop.customer.model.Customer.class - [JAR]
org.mayocat.shop.customer
├─ org.mayocat.shop.customer.CustomerModule.class - [JAR]
org.mayocat.shop.customer.meta
├─ org.mayocat.shop.customer.meta.CustomerEntity.class - [JAR]