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 common-core-0.0.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.fangzhengjin.common.core.repository
├─ com.github.fangzhengjin.common.core.repository.BaseRepository.class - [JAR]
com.github.fangzhengjin.common.core.entity
├─ com.github.fangzhengjin.common.core.entity.BaseEntity.class - [JAR]
├─ com.github.fangzhengjin.common.core.entity.HttpResult.class - [JAR]
├─ com.github.fangzhengjin.common.core.entity.IdEntity.class - [JAR]
├─ com.github.fangzhengjin.common.core.entity.PageResult.class - [JAR]
com.github.fangzhengjin.common.core.jackson.annotation
├─ com.github.fangzhengjin.common.core.jackson.annotation.JsonSerializeExclude.class - [JAR]
├─ com.github.fangzhengjin.common.core.jackson.annotation.JsonSerializeExcludes.class - [JAR]
├─ com.github.fangzhengjin.common.core.jackson.annotation.JsonSerializeInclude.class - [JAR]
├─ com.github.fangzhengjin.common.core.jackson.annotation.JsonSerializeIncludes.class - [JAR]
com.github.fangzhengjin.common.core.jackson.handler
├─ com.github.fangzhengjin.common.core.jackson.handler.JacksonJsonCustomizeSerializeAnnotationHandler.class - [JAR]
com.github.fangzhengjin.common.core.jackson.filter
├─ com.github.fangzhengjin.common.core.jackson.filter.JacksonJsonCustomizeSerializeFieldsFilter.class - [JAR]
com.github.fangzhengjin.common.core.jackson.utils
├─ com.github.fangzhengjin.common.core.jackson.utils.JacksonSerializeUtils.class - [JAR]
com.github.fangzhengjin.common.core.jackson.autoconfig
├─ com.github.fangzhengjin.common.core.jackson.autoconfig.JacksonJsonCustomizeSerializeAnnotationHandlerAutoConfiguration.class - [JAR]