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 tkmapper-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.thinwonton.mybatis.metamodel.tkmapper.processor.register
├─ com.github.thinwonton.mybatis.metamodel.tkmapper.processor.register.TKMapperEntityResolver.class - [JAR]
├─ com.github.thinwonton.mybatis.metamodel.tkmapper.processor.register.TKMapperGlobalConfigFactory.class - [JAR]
com.github.thinwonton.mybatis.metamodel.tkmapper.processor.util
├─ com.github.thinwonton.mybatis.metamodel.tkmapper.processor.util.Utils.class - [JAR]
com.github.thinwonton.mybatis.metamodel.tkmapper.processor.gen
├─ com.github.thinwonton.mybatis.metamodel.tkmapper.processor.gen.TKMapperClassWriter.class - [JAR]
├─ com.github.thinwonton.mybatis.metamodel.tkmapper.processor.gen.TKMapperMetaAttributeConverter.class - [JAR]
├─ com.github.thinwonton.mybatis.metamodel.tkmapper.processor.gen.TKMapperMetaModelGenProcessor.class - [JAR]