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 model-view-builder-1.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.phantomthief.model.builder.impl
├─ com.github.phantomthief.model.builder.impl.LazyBuilder.class - [JAR]
├─ com.github.phantomthief.model.builder.impl.SimpleModelBuilder.class - [JAR]
com.github.phantomthief.model.builder
├─ com.github.phantomthief.model.builder.ModelBuilder.class - [JAR]
com.github.phantomthief.model.builder.context.impl
├─ com.github.phantomthief.model.builder.context.impl.SimpleBuildContext.class - [JAR]
com.github.phantomthief.model.builder.util
├─ com.github.phantomthief.model.builder.util.MergeUtils.class - [JAR]
com.github.phantomthief.view.mapper
├─ com.github.phantomthief.view.mapper.ViewMapper.class - [JAR]
com.github.phantomthief.model.builder.context
├─ com.github.phantomthief.model.builder.context.BuildContext.class - [JAR]
com.github.phantomthief.view.mapper.impl
├─ com.github.phantomthief.view.mapper.impl.DefaultViewMapperImpl.class - [JAR]
├─ com.github.phantomthief.view.mapper.impl.ForwardingViewMapper.class - [JAR]
├─ com.github.phantomthief.view.mapper.impl.OverrideViewMapper.class - [JAR]