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 xm-commons-tenant-endpoint-2.2.43.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.icthh.xm.commons.gen.api
├─ com.icthh.xm.commons.gen.api.TenantsApi.class - [JAR]
├─ com.icthh.xm.commons.gen.api.TenantsApiController.class - [JAR]
├─ com.icthh.xm.commons.gen.api.TenantsApiDelegate.class - [JAR]
com.icthh.xm.commons.gen.model
├─ com.icthh.xm.commons.gen.model.Tenant.class - [JAR]
com.icthh.xm.commons.tenantendpoint
├─ com.icthh.xm.commons.tenantendpoint.MockTenantApiConfiguration.class - [JAR]
├─ com.icthh.xm.commons.tenantendpoint.TenantManager.class - [JAR]
com.icthh.xm.commons.tenantendpoint.provisioner
├─ com.icthh.xm.commons.tenantendpoint.provisioner.TenantAbilityCheckerProvisioner.class - [JAR]
├─ com.icthh.xm.commons.tenantendpoint.provisioner.TenantConfigProvisioner.class - [JAR]
├─ com.icthh.xm.commons.tenantendpoint.provisioner.TenantListProvisioner.class - [JAR]
├─ com.icthh.xm.commons.tenantendpoint.provisioner.TenantProvisioner.class - [JAR]
com.icthh.xm.commons.tenantendpoint.configurer
├─ com.icthh.xm.commons.tenantendpoint.configurer.TenantCreationConfigurer.class - [JAR]
├─ com.icthh.xm.commons.tenantendpoint.configurer.TenantManagerConfigurer.class - [JAR]