jar

com.aeert : jfilter

Maven & Gradle

Nov 30, 2020
0 stars

jfilter · In response to the JSON filter processing component, the JSON returned from the interface is filtered and masked through annotations

Table Of Contents

Latest Version

Download com.aeert : jfilter JAR file - Latest Versions:

All Versions

Download com.aeert : jfilter JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.x
2.2.x
2.1.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 jfilter-2.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.aeert.jfilter.advice

├─ com.aeert.jfilter.advice.JsonFilterResponseBodyAdvice.class - [JAR]

com.aeert.jfilter.converter

├─ com.aeert.jfilter.converter.JsonFilterHttpMessageConverter.class - [JAR]

com.aeert.jfilter.bean

├─ com.aeert.jfilter.bean.JsonFilterObject.class - [JAR]

com.aeert.jfilter.annotation

├─ com.aeert.jfilter.annotation.MoreSerializeField.class - [JAR]

├─ com.aeert.jfilter.annotation.MultiSerializeField.class - [JAR]

├─ com.aeert.jfilter.annotation.SerializeField.class - [JAR]

com.aeert.jfilter.filter

├─ com.aeert.jfilter.filter.SimpleSerializerFilter.class - [JAR]

com.aeert.jfilter.config

├─ com.aeert.jfilter.config.JfilterWebMvcConfig.class - [JAR]

Advertisement