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 mybatisgenerator-library-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
nl.litpho.mybatis.typehandlers.oracle
├─ nl.litpho.mybatis.typehandlers.oracle.OracleUUIDTypeHandler.class - [JAR]
nl.litpho.mybatis.typehandlers.postgres
├─ nl.litpho.mybatis.typehandlers.postgres.PostgresUUIDTypeHandler.class - [JAR]
nl.litpho.mybatis.dto
├─ nl.litpho.mybatis.dto.UpdateSelection.class - [JAR]
nl.litpho.mybatis.typehandlers.general
├─ nl.litpho.mybatis.typehandlers.general.DatabaseValueEnumTypeHandler.class - [JAR]
nl.litpho.mybatis.idgenerators
├─ nl.litpho.mybatis.idgenerators.IdGenerator.class - [JAR]
├─ nl.litpho.mybatis.idgenerators.IdGenerators.class - [JAR]
├─ nl.litpho.mybatis.idgenerators.UUIDGenerator.class - [JAR]
nl.litpho.mybatis.enumsupport
├─ nl.litpho.mybatis.enumsupport.DatabaseValueEnum.class - [JAR]