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 stars-datachange-1.6.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.stars.datachange.model.code
├─ com.stars.datachange.model.code.BaseCode.class - [JAR]
├─ com.stars.datachange.model.code.DefaultBaseCode.class - [JAR]
├─ com.stars.datachange.model.code.GirlfriendCode.class - [JAR]
├─ com.stars.datachange.model.code.OldDefaultBaseCode.class - [JAR]
com.stars.datachange.model
├─ com.stars.datachange.model.Girlfriend.class - [JAR]
com.stars.datachange.exception
├─ com.stars.datachange.exception.ChangeException.class - [JAR]
├─ com.stars.datachange.exception.ChangeModelException.class - [JAR]
├─ com.stars.datachange.exception.ChangeModelPropertyException.class - [JAR]
com.stars.datachange.annotation
├─ com.stars.datachange.annotation.ChangeModel.class - [JAR]
├─ com.stars.datachange.annotation.ChangeModelProperty.class - [JAR]
com.stars.datachange.module
├─ com.stars.datachange.module.Compatible.class - [JAR]
├─ com.stars.datachange.module.DataDictionary.class - [JAR]
├─ com.stars.datachange.module.DefaultCompatible.class - [JAR]
├─ com.stars.datachange.module.DefaultDataDictionary.class - [JAR]
├─ com.stars.datachange.module.IllegalDataDictionary.class - [JAR]
com.stars.datachange.utils
├─ com.stars.datachange.utils.BeanUtils.class - [JAR]
├─ com.stars.datachange.utils.DataChangeUtils.class - [JAR]
├─ com.stars.datachange.utils.RegexUtils.class - [JAR]
├─ com.stars.datachange.utils.StringUtils.class - [JAR]
com.stars.datachange.config
├─ com.stars.datachange.config.AutoRegistrationConfig.class - [JAR]
├─ com.stars.datachange.config.StarsMyBatisConfig.class - [JAR]
com.stars.datachange.mapper
├─ com.stars.datachange.mapper.StarsDictionaryMapper.class - [JAR]
com.stars.datachange.autoconfigure
├─ com.stars.datachange.autoconfigure.StarsProperties.class - [JAR]
com.stars.datachange.model.response
├─ com.stars.datachange.model.response.DataChangeContrastResult.class - [JAR]
├─ com.stars.datachange.model.response.DataDictionaryResult.class - [JAR]