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-page-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.page.data.entity
├─ com.haoxuer.bigworld.page.data.entity.ComponentCatalog.class - [JAR]
├─ com.haoxuer.bigworld.page.data.entity.ComponentItem.class - [JAR]
├─ com.haoxuer.bigworld.page.data.entity.DynamicPage.class - [JAR]
├─ com.haoxuer.bigworld.page.data.entity.DynamicPageItem.class - [JAR]
com.haoxuer.bigworld
├─ com.haoxuer.bigworld.App.class - [JAR]
com.haoxuer.bigworld.page.api.domain.list
├─ com.haoxuer.bigworld.page.api.domain.list.ComponentCatalogList.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.list.ComponentItemList.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.list.DynamicPageItemList.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.list.DynamicPageList.class - [JAR]
com.haoxuer.bigworld.page.controller.rest
├─ com.haoxuer.bigworld.page.controller.rest.ComponentCatalogRestController.class - [JAR]
├─ com.haoxuer.bigworld.page.controller.rest.ComponentItemRestController.class - [JAR]
├─ com.haoxuer.bigworld.page.controller.rest.DynamicPageItemRestController.class - [JAR]
├─ com.haoxuer.bigworld.page.controller.rest.DynamicPageRestController.class - [JAR]
com.haoxuer.bigworld.page.api.domain.simple
├─ com.haoxuer.bigworld.page.api.domain.simple.ComponentCatalogSimple.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.simple.ComponentItemSimple.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.simple.DynamicPageItemSimple.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.simple.DynamicPageSimple.class - [JAR]
com.haoxuer.bigworld.page.data.dao.impl
├─ com.haoxuer.bigworld.page.data.dao.impl.ComponentCatalogDaoImpl.class - [JAR]
├─ com.haoxuer.bigworld.page.data.dao.impl.ComponentItemDaoImpl.class - [JAR]
├─ com.haoxuer.bigworld.page.data.dao.impl.DynamicPageDaoImpl.class - [JAR]
├─ com.haoxuer.bigworld.page.data.dao.impl.DynamicPageItemDaoImpl.class - [JAR]
com.haoxuer.bigworld.page.rest.convert
├─ com.haoxuer.bigworld.page.rest.convert.ComponentCatalogResponseConvert.class - [JAR]
├─ com.haoxuer.bigworld.page.rest.convert.ComponentCatalogSimpleConvert.class - [JAR]
├─ com.haoxuer.bigworld.page.rest.convert.ComponentItemResponseConvert.class - [JAR]
├─ com.haoxuer.bigworld.page.rest.convert.ComponentItemSimpleConvert.class - [JAR]
├─ com.haoxuer.bigworld.page.rest.convert.DynamicPageItemResponseConvert.class - [JAR]
├─ com.haoxuer.bigworld.page.rest.convert.DynamicPageItemSimpleConvert.class - [JAR]
├─ com.haoxuer.bigworld.page.rest.convert.DynamicPageResponseConvert.class - [JAR]
├─ com.haoxuer.bigworld.page.rest.convert.DynamicPageSimpleConvert.class - [JAR]
com.haoxuer.bigworld.page.controller.admin
├─ com.haoxuer.bigworld.page.controller.admin.ComponentCatalogAction.class - [JAR]
├─ com.haoxuer.bigworld.page.controller.admin.ComponentItemAction.class - [JAR]
├─ com.haoxuer.bigworld.page.controller.admin.DynamicPageAction.class - [JAR]
├─ com.haoxuer.bigworld.page.controller.admin.DynamicPageItemAction.class - [JAR]
com.haoxuer.bigworld.page.controller.tenant
├─ com.haoxuer.bigworld.page.controller.tenant.ComponentCatalogTenantRestController.class - [JAR]
├─ com.haoxuer.bigworld.page.controller.tenant.ComponentItemTenantRestController.class - [JAR]
├─ com.haoxuer.bigworld.page.controller.tenant.DynamicPageItemTenantRestController.class - [JAR]
├─ com.haoxuer.bigworld.page.controller.tenant.DynamicPageTenantRestController.class - [JAR]
com.haoxuer.bigworld.page.api.domain.request
├─ com.haoxuer.bigworld.page.api.domain.request.ComponentCatalogDataRequest.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.request.ComponentCatalogSearchRequest.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.request.ComponentItemDataRequest.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.request.ComponentItemSearchRequest.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.request.DynamicPageDataRequest.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.request.DynamicPageItemDataRequest.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.request.DynamicPageItemSearchRequest.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.request.DynamicPageSearchRequest.class - [JAR]
com.haoxuer.bigworld.page.rest.resource
├─ com.haoxuer.bigworld.page.rest.resource.ComponentCatalogResource.class - [JAR]
├─ com.haoxuer.bigworld.page.rest.resource.ComponentItemResource.class - [JAR]
├─ com.haoxuer.bigworld.page.rest.resource.DynamicPageItemResource.class - [JAR]
├─ com.haoxuer.bigworld.page.rest.resource.DynamicPageResource.class - [JAR]
com.haoxuer.bigworld.page.api.domain.page
├─ com.haoxuer.bigworld.page.api.domain.page.ComponentCatalogPage.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.page.ComponentItemPage.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.page.DynamicPageItemPage.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.page.DynamicPagePage.class - [JAR]
com.haoxuer.bigworld.page.api.domain.response
├─ com.haoxuer.bigworld.page.api.domain.response.ComponentCatalogResponse.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.response.ComponentItemResponse.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.response.DynamicPageItemResponse.class - [JAR]
├─ com.haoxuer.bigworld.page.api.domain.response.DynamicPageResponse.class - [JAR]
com.haoxuer.bigworld.page.data.dao
├─ com.haoxuer.bigworld.page.data.dao.ComponentCatalogDao.class - [JAR]
├─ com.haoxuer.bigworld.page.data.dao.ComponentItemDao.class - [JAR]
├─ com.haoxuer.bigworld.page.data.dao.DynamicPageDao.class - [JAR]
├─ com.haoxuer.bigworld.page.data.dao.DynamicPageItemDao.class - [JAR]
com.haoxuer.bigworld.page.api.apis
├─ com.haoxuer.bigworld.page.api.apis.ComponentCatalogApi.class - [JAR]
├─ com.haoxuer.bigworld.page.api.apis.ComponentItemApi.class - [JAR]
├─ com.haoxuer.bigworld.page.api.apis.DynamicPageApi.class - [JAR]
├─ com.haoxuer.bigworld.page.api.apis.DynamicPageItemApi.class - [JAR]