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 customer-api-1.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.holly.unit.customer.api.exception
├─ com.holly.unit.customer.api.exception.CustomerException.class - [JAR]
com.holly.unit.customer.api
├─ com.holly.unit.customer.api.CustomerApi.class - [JAR]
├─ com.holly.unit.customer.api.OldPasswordValidateApi.class - [JAR]
com.holly.unit.customer.api.pojo
├─ com.holly.unit.customer.api.pojo.CustomerInfo.class - [JAR]
├─ com.holly.unit.customer.api.pojo.CustomerInfoRequest.class - [JAR]
com.holly.unit.customer.api.expander
├─ com.holly.unit.customer.api.expander.CustomerConfigExpander.class - [JAR]
com.holly.unit.customer.api.constants
├─ com.holly.unit.customer.api.constants.CustomerConstants.class - [JAR]
com.holly.unit.customer.api.exception.enums
├─ com.holly.unit.customer.api.exception.enums.CustomerExceptionEnum.class - [JAR]