jar

com.github.ksprider : Surgical

Maven & Gradle

Jan 17, 2023
13 stars

Surgical · A tool for dynamically filtering entity properties based on Jackson

Table Of Contents

Latest Version

Download com.github.ksprider : Surgical JAR file - Latest Versions:

All Versions

Download com.github.ksprider : Surgical JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 Surgical-0.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.ksprider.surgical

├─ com.github.ksprider.surgical.CustomFilterProvider.class - [JAR]

├─ com.github.ksprider.surgical.CustomPropertyFilter.class - [JAR]

├─ com.github.ksprider.surgical.SerializationHandler.class - [JAR]

├─ com.github.ksprider.surgical.TreeHandler.class - [JAR]

com.github.ksprider.surgical.spring.mvc

├─ com.github.ksprider.surgical.spring.mvc.JSON.class - [JAR]

├─ com.github.ksprider.surgical.spring.mvc.JSONResponseBodyAdvice.class - [JAR]

├─ com.github.ksprider.surgical.spring.mvc.ObjectMapperConfig.class - [JAR]

com.github.ksprider.surgical.spring.mvc.config

├─ com.github.ksprider.surgical.spring.mvc.config.EnableJSON.class - [JAR]

├─ com.github.ksprider.surgical.spring.mvc.config.JSONConfiguration.class - [JAR]

com.github.ksprider.surgical.node

├─ com.github.ksprider.surgical.node.Node.class - [JAR]

├─ com.github.ksprider.surgical.node.NodeSerializerHandler.class - [JAR]

├─ com.github.ksprider.surgical.node.NodeTreeHandler.class - [JAR]

Advertisement