jar

com.aeert : json-filter

Maven & Gradle

Nov 24, 2020

json-filter · 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 : json-filter JAR file - Latest Versions:

All Versions

Download com.aeert : json-filter JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.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 json-filter-2.0.0.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.aeert.json.filter.filter

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

com.aeert.json.filter.config

├─ com.aeert.json.filter.config.WebMvcConfig.class - [JAR]

com.aeert.json.filter.converter

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

com.aeert.json.filter.bean

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

com.aeert.json.filter.annotation

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

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

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

com.aeert.json.filter.advice

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

Advertisement