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 ohmybatis-1.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.akwei.ohmybatis
├─ com.github.akwei.ohmybatis.BaseEntity.class - [JAR]
├─ com.github.akwei.ohmybatis.CommonUtils.class - [JAR]
├─ com.github.akwei.ohmybatis.EntityCopier.class - [JAR]
├─ com.github.akwei.ohmybatis.EntityInfo.class - [JAR]
├─ com.github.akwei.ohmybatis.FieldInfo.class - [JAR]
├─ com.github.akwei.ohmybatis.IEntity.class - [JAR]
├─ com.github.akwei.ohmybatis.IMapper.class - [JAR]
├─ com.github.akwei.ohmybatis.IMapperFactory.class - [JAR]
├─ com.github.akwei.ohmybatis.OhMyConfiguration.class - [JAR]
├─ com.github.akwei.ohmybatis.OhMyMapperAnnotationBuilder.class - [JAR]
├─ com.github.akwei.ohmybatis.OhMyMapperRegistry.class - [JAR]
├─ com.github.akwei.ohmybatis.OhMyXmlDriver.class - [JAR]
├─ com.github.akwei.ohmybatis.SQL.class - [JAR]
├─ com.github.akwei.ohmybatis.SimpleSQLProvider.class - [JAR]
com.github.akwei.ohmybatis.annotations
├─ com.github.akwei.ohmybatis.annotations.UniqueKey.class - [JAR]
├─ com.github.akwei.ohmybatis.annotations.UpdateObj.class - [JAR]