jar

com.github.phantomthief : model-view-builder

Maven & Gradle

Apr 28, 2019
3 usages
78 stars

model-view-builder · A hierarchy model builder with view mapper

Table Of Contents

Latest Version

Download com.github.phantomthief : model-view-builder JAR file - Latest Versions:

All Versions

Download com.github.phantomthief : model-view-builder JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]