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 java-magento-client-1.0.15.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.chen0040.magento.utils
├─ com.github.chen0040.magento.utils.HttpClient.class - [JAR]
├─ com.github.chen0040.magento.utils.StringUtils.class - [JAR]
com.github.chen0040.magento.enums
├─ com.github.chen0040.magento.enums.ImageType.class - [JAR]
com.github.chen0040.magento.models
├─ com.github.chen0040.magento.models.Account.class - [JAR]
├─ com.github.chen0040.magento.models.Address.class - [JAR]
├─ com.github.chen0040.magento.models.Cart.class - [JAR]
├─ com.github.chen0040.magento.models.CartItem.class - [JAR]
├─ com.github.chen0040.magento.models.CartItemProductBundleOption.class - [JAR]
├─ com.github.chen0040.magento.models.CartItemProductCustomOption.class - [JAR]
├─ com.github.chen0040.magento.models.CartItemProductCustomOptionExtensionAttributes.class - [JAR]
├─ com.github.chen0040.magento.models.CartItemProductDownloadableOption.class - [JAR]
├─ com.github.chen0040.magento.models.CartItemProductOption.class - [JAR]
├─ com.github.chen0040.magento.models.CartItemProductOptionExtensionAttributes.class - [JAR]
├─ com.github.chen0040.magento.models.CartTotal.class - [JAR]
├─ com.github.chen0040.magento.models.CartTotalExtensionAttributes.class - [JAR]
├─ com.github.chen0040.magento.models.CartTotalItem.class - [JAR]
├─ com.github.chen0040.magento.models.CartTotalSegment.class - [JAR]
├─ com.github.chen0040.magento.models.CartTotalSegmentExtensionAttributes.class - [JAR]
├─ com.github.chen0040.magento.models.Category.class - [JAR]
├─ com.github.chen0040.magento.models.CategoryAttribute.class - [JAR]
├─ com.github.chen0040.magento.models.CategoryProduct.class - [JAR]
├─ com.github.chen0040.magento.models.ConfigurableItemOption.class - [JAR]
├─ com.github.chen0040.magento.models.Currency.class - [JAR]
├─ com.github.chen0040.magento.models.Customer.class - [JAR]
├─ com.github.chen0040.magento.models.FileInfo.class - [JAR]
├─ com.github.chen0040.magento.models.FilterGroup.class - [JAR]
├─ com.github.chen0040.magento.models.GiftCardItemOption.class - [JAR]
├─ com.github.chen0040.magento.models.MagentoAttribute.class - [JAR]
├─ com.github.chen0040.magento.models.MagentoAttributeType.class - [JAR]
├─ com.github.chen0040.magento.models.MagentoError.class - [JAR]
├─ com.github.chen0040.magento.models.MagentoParameter.class - [JAR]
├─ com.github.chen0040.magento.models.MagentoType.class - [JAR]
├─ com.github.chen0040.magento.models.Product.class - [JAR]
├─ com.github.chen0040.magento.models.ProductAttribute.class - [JAR]
├─ com.github.chen0040.magento.models.ProductAttributePage.class - [JAR]
├─ com.github.chen0040.magento.models.ProductAttributeValueDeserializer.class - [JAR]
├─ com.github.chen0040.magento.models.ProductMedia.class - [JAR]
├─ com.github.chen0040.magento.models.ProductOption.class - [JAR]
├─ com.github.chen0040.magento.models.ProductPage.class - [JAR]
├─ com.github.chen0040.magento.models.SearchCriteria.class - [JAR]
├─ com.github.chen0040.magento.models.StockItems.class - [JAR]
├─ com.github.chen0040.magento.models.TaxGrandTotalDetail.class - [JAR]
├─ com.github.chen0040.magento.models.TaxGrandTotalDetailRate.class - [JAR]
├─ com.github.chen0040.magento.models.TierPrices.class - [JAR]
com.github.chen0040.magento.services
├─ com.github.chen0040.magento.services.BasicHttpComponent.class - [JAR]
├─ com.github.chen0040.magento.services.HttpComponent.class - [JAR]
├─ com.github.chen0040.magento.services.MagentoCategoryManager.class - [JAR]
├─ com.github.chen0040.magento.services.MagentoGuestCartManager.class - [JAR]
├─ com.github.chen0040.magento.services.MagentoHttpComponent.class - [JAR]
├─ com.github.chen0040.magento.services.MagentoInventoryStockManager.class - [JAR]
├─ com.github.chen0040.magento.services.MagentoMyCartManager.class - [JAR]
├─ com.github.chen0040.magento.services.MagentoProductManager.class - [JAR]
├─ com.github.chen0040.magento.services.MagentoProductMediaManager.class - [JAR]
com.github.chen0040.magento
├─ com.github.chen0040.magento.MagentoClient.class - [JAR]