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 huiche-core-2.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.huiche.support
├─ org.huiche.support.Assert.class - [JAR]
├─ org.huiche.support.IdGenerator.class - [JAR]
├─ org.huiche.support.NamingUtil.class - [JAR]
├─ org.huiche.support.PrimaryKey.class - [JAR]
├─ org.huiche.support.ReflectUtil.class - [JAR]
├─ org.huiche.support.TypeMapping.class - [JAR]
org.huiche.domain
├─ org.huiche.domain.Page.class - [JAR]
├─ org.huiche.domain.PageRequest.class - [JAR]
├─ org.huiche.domain.Pageable.class - [JAR]
├─ org.huiche.domain.Result.class - [JAR]
├─ org.huiche.domain.SimpleEntity.class - [JAR]
org.huiche.exception
├─ org.huiche.exception.HuicheException.class - [JAR]
├─ org.huiche.exception.HuicheIllegalArgumentException.class - [JAR]
org.huiche.annotation
├─ org.huiche.annotation.Column.class - [JAR]
├─ org.huiche.annotation.Table.class - [JAR]