jar

com.github.developframework : jsonview-spring-boot-starter

Maven & Gradle

Aug 07, 2017
0 stars

Jsonview4 Framework for spring-boot · Jsonview framework built on Jackson framework,Implementation through XML configuration file to customize the json format, greatly improved the Java generates a json string freedom, let the development of modular more convenient quickly.

Table Of Contents

Latest Version

Download com.github.developframework : jsonview-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.developframework : jsonview-spring-boot-starter 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 jsonview-spring-boot-starter-1.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.developframework.jsonview.boot.annotation

├─ com.github.developframework.jsonview.boot.annotation.EnableJsonview.class - [JAR]

com.github.developframework.jsonview.boot

├─ com.github.developframework.jsonview.boot.JsonviewComponentAutoConfiguration.class - [JAR]

├─ com.github.developframework.jsonview.boot.JsonviewProperties.class - [JAR]

├─ com.github.developframework.jsonview.boot.JsonviewWebMvcConfigurer.class - [JAR]

Advertisement