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 bigworld-company-3.3.17-20220716.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.haoxuer.bigworld.company.controller.rest
├─ com.haoxuer.bigworld.company.controller.rest.OrganizationRestController.class - [JAR]
com.haoxuer.bigworld.company.api.domain.request
├─ com.haoxuer.bigworld.company.api.domain.request.DepartmentCreateRequest.class - [JAR]
├─ com.haoxuer.bigworld.company.api.domain.request.DepartmentDeleteRequest.class - [JAR]
├─ com.haoxuer.bigworld.company.api.domain.request.DepartmentListRequest.class - [JAR]
├─ com.haoxuer.bigworld.company.api.domain.request.DepartmentSearchRequest.class - [JAR]
├─ com.haoxuer.bigworld.company.api.domain.request.DepartmentUpdateRequest.class - [JAR]
├─ com.haoxuer.bigworld.company.api.domain.request.EmployeeDataRequest.class - [JAR]
├─ com.haoxuer.bigworld.company.api.domain.request.EmployeeSearchRequest.class - [JAR]
├─ com.haoxuer.bigworld.company.api.domain.request.OrganizationDataRequest.class - [JAR]
├─ com.haoxuer.bigworld.company.api.domain.request.OrganizationSearchRequest.class - [JAR]
com.haoxuer.bigworld.company.api.apis
├─ com.haoxuer.bigworld.company.api.apis.DepartmentApi.class - [JAR]
├─ com.haoxuer.bigworld.company.api.apis.EmployeeApi.class - [JAR]
├─ com.haoxuer.bigworld.company.api.apis.OrganizationApi.class - [JAR]
com.haoxuer.bigworld.company.data.service
├─ com.haoxuer.bigworld.company.data.service.EmployeeService.class - [JAR]
├─ com.haoxuer.bigworld.company.data.service.OrganizationService.class - [JAR]
com.haoxuer.bigworld.company.controller.admin
├─ com.haoxuer.bigworld.company.controller.admin.EmployeeAction.class - [JAR]
├─ com.haoxuer.bigworld.company.controller.admin.OrganizationAction.class - [JAR]
com.haoxuer.bigworld.company.data.request
├─ com.haoxuer.bigworld.company.data.request.CatalogUpdateRequest.class - [JAR]
├─ com.haoxuer.bigworld.company.data.request.EmployeeCreateRequest.class - [JAR]
com.haoxuer.bigworld.company.controller.tenant
├─ com.haoxuer.bigworld.company.controller.tenant.DepartmentTenantRestController.class - [JAR]
├─ com.haoxuer.bigworld.company.controller.tenant.EmployeeTenantRestController.class - [JAR]
├─ com.haoxuer.bigworld.company.controller.tenant.OrganizationTenantRestController.class - [JAR]
com.haoxuer.bigworld.company.api.domain.simple
├─ com.haoxuer.bigworld.company.api.domain.simple.DepartmentSimple.class - [JAR]
├─ com.haoxuer.bigworld.company.api.domain.simple.EmployeeSimple.class - [JAR]
├─ com.haoxuer.bigworld.company.api.domain.simple.OrganizationSimple.class - [JAR]
com.haoxuer.bigworld.company.data.so
├─ com.haoxuer.bigworld.company.data.so.EmployeeSo.class - [JAR]
├─ com.haoxuer.bigworld.company.data.so.OrganizationSo.class - [JAR]
com.haoxuer.bigworld.company.api.domain.list
├─ com.haoxuer.bigworld.company.api.domain.list.DepartmentList.class - [JAR]
├─ com.haoxuer.bigworld.company.api.domain.list.EmployeeList.class - [JAR]
├─ com.haoxuer.bigworld.company.api.domain.list.OrganizationList.class - [JAR]
com.haoxuer.bigworld.company.data.entity
├─ com.haoxuer.bigworld.company.data.entity.Employee.class - [JAR]
├─ com.haoxuer.bigworld.company.data.entity.Organization.class - [JAR]
com.haoxuer.bigworld.company.data.service.impl
├─ com.haoxuer.bigworld.company.data.service.impl.EmployeeServiceImpl.class - [JAR]
├─ com.haoxuer.bigworld.company.data.service.impl.OrganizationServiceImpl.class - [JAR]
com.haoxuer.bigworld.company.freemarker
├─ com.haoxuer.bigworld.company.freemarker.DepartmentJsonDirective.class - [JAR]
├─ com.haoxuer.bigworld.company.freemarker.EmployeeJsonDirective.class - [JAR]
com.haoxuer.bigworld.company.rest.convert
├─ com.haoxuer.bigworld.company.rest.convert.DepartmentResponseConver.class - [JAR]
├─ com.haoxuer.bigworld.company.rest.convert.DepartmentSimpleAllConver.class - [JAR]
├─ com.haoxuer.bigworld.company.rest.convert.DepartmentSimpleConver.class - [JAR]
├─ com.haoxuer.bigworld.company.rest.convert.EmployeeResponseConver.class - [JAR]
├─ com.haoxuer.bigworld.company.rest.convert.EmployeeSimpleConver.class - [JAR]
├─ com.haoxuer.bigworld.company.rest.convert.OrganizationResponseConvert.class - [JAR]
├─ com.haoxuer.bigworld.company.rest.convert.OrganizationSimpleConvert.class - [JAR]
com.haoxuer.bigworld.company.data.dao
├─ com.haoxuer.bigworld.company.data.dao.EmployeeDao.class - [JAR]
├─ com.haoxuer.bigworld.company.data.dao.OrganizationDao.class - [JAR]
com.haoxuer.bigworld.company
├─ com.haoxuer.bigworld.company.App.class - [JAR]
com.haoxuer.bigworld.company.api.domain.page
├─ com.haoxuer.bigworld.company.api.domain.page.DepartmentPage.class - [JAR]
├─ com.haoxuer.bigworld.company.api.domain.page.EmployeePage.class - [JAR]
├─ com.haoxuer.bigworld.company.api.domain.page.OrganizationPage.class - [JAR]
com.haoxuer.bigworld.company.api.domain.response
├─ com.haoxuer.bigworld.company.api.domain.response.DepartmentResponse.class - [JAR]
├─ com.haoxuer.bigworld.company.api.domain.response.EmployeeResponse.class - [JAR]
├─ com.haoxuer.bigworld.company.api.domain.response.OrganizationResponse.class - [JAR]
com.haoxuer.bigworld.company.data.dao.impl
├─ com.haoxuer.bigworld.company.data.dao.impl.EmployeeDaoImpl.class - [JAR]
├─ com.haoxuer.bigworld.company.data.dao.impl.OrganizationDaoImpl.class - [JAR]
com.haoxuer.bigworld.company.data.enums
├─ com.haoxuer.bigworld.company.data.enums.PermissionType.class - [JAR]
com.haoxuer.bigworld.company.rest.resource
├─ com.haoxuer.bigworld.company.rest.resource.DepartmentResource.class - [JAR]
├─ com.haoxuer.bigworld.company.rest.resource.EmployeeResource.class - [JAR]
├─ com.haoxuer.bigworld.company.rest.resource.OrganizationResource.class - [JAR]