jar

com.github.arucard21.simplyrestful : fields-filter-json-servlet

Maven & Gradle

Jan 13, 2023
2 usages
2 stars

fields-filter-json-servlet · A Servlet Filter that can filter a JSON response based on fields provided in a query parameter.

Table Of Contents

Latest Version

Download com.github.arucard21.simplyrestful : fields-filter-json-servlet JAR file - Latest Versions:

All Versions

Download com.github.arucard21.simplyrestful : fields-filter-json-servlet JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.20.x
0.19.x
0.18.x
0.17.x
0.16.x
0.15.x
0.14.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 fields-filter-json-servlet-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

simplyrestful.api.framework.servlet.filters

├─ simplyrestful.api.framework.servlet.filters.CharResponseWrapper.class - [JAR]

├─ simplyrestful.api.framework.servlet.filters.JsonFieldsServletFilter.class - [JAR]

simplyrestful.springboot.configuration.fieldsfilter

├─ simplyrestful.springboot.configuration.fieldsfilter.JsonFieldsServletFilterConfiguration.class - [JAR]

Advertisement