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 common-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.turkcell.crm.common.events.customer
├─ com.turkcell.crm.common.events.customer.CreateCustomerRequest.class - [JAR]
├─ com.turkcell.crm.common.events.customer.CreateIndividualCustomerEvent.class - [JAR]
com.turkcell.crm.common.events.account
├─ com.turkcell.crm.common.events.account.CreateAccountEvent.class - [JAR]
com.turkcell.crm.common.events.catalog
├─ com.turkcell.crm.common.events.catalog.CreateCatalogEvent.class - [JAR]
├─ com.turkcell.crm.common.events.catalog.CreateProductEvent.class - [JAR]
com.turkcell.crm.common
├─ com.turkcell.crm.common.CommonApplication.class - [JAR]
com.turkcell.crm.common.events.identity
├─ com.turkcell.crm.common.events.identity.CreateCustomerIdentityEvent.class - [JAR]
com.turkcell.crm.common.core.config.feign
├─ com.turkcell.crm.common.core.config.feign.FeignClientConfiguration.class - [JAR]
├─ com.turkcell.crm.common.core.config.feign.FeignClientInterceptor.class - [JAR]