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 vilya-common-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.vilya.common.bean.req
├─ io.vilya.common.bean.req.QueryBean.class - [JAR]
io.vilya.common.service
├─ io.vilya.common.service.AbstractService.class - [JAR]
├─ io.vilya.common.service.BaseService.class - [JAR]
io.vilya.common.bean
├─ io.vilya.common.bean.EntityBean.class - [JAR]
io.vilya.common.mapper
├─ io.vilya.common.mapper.BaseMapper.class - [JAR]
io.vilya.common.function
├─ io.vilya.common.function.Converter.class - [JAR]
io.vilya.common.api
├─ io.vilya.common.api.ListBean.class - [JAR]
├─ io.vilya.common.api.RestListResponse.class - [JAR]
├─ io.vilya.common.api.RestResponse.class - [JAR]
├─ io.vilya.common.api.RestResponseFactory.class - [JAR]
├─ io.vilya.common.api.ResultCode.class - [JAR]