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 metadata-provider-app-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.sergeivisotsky.metadata.app.dto
├─ io.github.sergeivisotsky.metadata.app.dto.ExtendedFormMetadata.class - [JAR]
├─ io.github.sergeivisotsky.metadata.app.dto.ExtendedLayout.class - [JAR]
├─ io.github.sergeivisotsky.metadata.app.dto.ExtendedLookupHolder.class - [JAR]
├─ io.github.sergeivisotsky.metadata.app.dto.ExtendedLookupMetadata.class - [JAR]
io.github.sergeivisotsky.metadata.app.mapper
├─ io.github.sergeivisotsky.metadata.app.mapper.FormMetadataMapper.class - [JAR]
├─ io.github.sergeivisotsky.metadata.app.mapper.LayoutMapper.class - [JAR]
├─ io.github.sergeivisotsky.metadata.app.mapper.LookupHolderMapper.class - [JAR]
├─ io.github.sergeivisotsky.metadata.app.mapper.LookupMetadataMapper.class - [JAR]
io.github.sergeivisotsky.metadata.app
├─ io.github.sergeivisotsky.metadata.app.MetadataApp.class - [JAR]
io.github.sergeivisotsky.metadata.app.config
├─ io.github.sergeivisotsky.metadata.app.config.AppConfig.class - [JAR]