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 openportal-core-1.0.0-alpha.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.conexice.openportal.exception
├─ com.conexice.openportal.exception.ApplicationException.class - [JAR]
├─ com.conexice.openportal.exception.ServiceException.class - [JAR]
├─ com.conexice.openportal.exception.ValidationException.class - [JAR]
com.conexice.openportal.service.event
├─ com.conexice.openportal.service.event.ServiceMessageEvent.class - [JAR]
com.conexice.openportal.model
├─ com.conexice.openportal.model.ErrorResponse.class - [JAR]
├─ com.conexice.openportal.model.StandardInfo.class - [JAR]
├─ com.conexice.openportal.model.ValidationError.class - [JAR]
com.conexice.openportal.validator
├─ com.conexice.openportal.validator.MessageValidator.class - [JAR]
com.conexice.openportal.utils
├─ com.conexice.openportal.utils.AnyConstant.class - [JAR]
├─ com.conexice.openportal.utils.CollectionBasedPagination.class - [JAR]
├─ com.conexice.openportal.utils.WithException.class - [JAR]
com.conexice.openportal.spi
├─ com.conexice.openportal.spi.DefaultModule.class - [JAR]
├─ com.conexice.openportal.spi.OpenPortalModule.class - [JAR]
com.conexice.openportal.service.request
├─ com.conexice.openportal.service.request.ServiceActionRequest.class - [JAR]
├─ com.conexice.openportal.service.request.ServiceCreateRequest.class - [JAR]
├─ com.conexice.openportal.service.request.ServiceDataRequest.class - [JAR]
├─ com.conexice.openportal.service.request.ServiceDetailRequest.class - [JAR]
├─ com.conexice.openportal.service.request.ServiceFilterableRequest.class - [JAR]
├─ com.conexice.openportal.service.request.ServiceSearchRequest.class - [JAR]
├─ com.conexice.openportal.service.request.ServiceStatisticRequest.class - [JAR]
com.conexice.openportal.service.response
├─ com.conexice.openportal.service.response.ServiceBaseResponse.class - [JAR]
├─ com.conexice.openportal.service.response.ServiceDetailResponse.class - [JAR]
├─ com.conexice.openportal.service.response.ServiceSearchResponse.class - [JAR]
├─ com.conexice.openportal.service.response.ServiceStatisticResponse.class - [JAR]
├─ com.conexice.openportal.service.response.ServiceStatusResponse.class - [JAR]