jar

io.github.ealenxie : jackson-desensitize

Maven & Gradle

Oct 14, 2021
21 stars

jackson-desensitize · A toolkit for handling data desensitization using Jackson serialization

Table Of Contents

Latest Version

Download io.github.ealenxie : jackson-desensitize JAR file - Latest Versions:

All Versions

Download io.github.ealenxie : jackson-desensitize JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 jackson-desensitize-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github

├─ com.github.Symbol.class - [JAR]

com.github.desensitization

├─ com.github.desensitization.Desensitization.class - [JAR]

├─ com.github.desensitization.DesensitizationFactory.class - [JAR]

├─ com.github.desensitization.EmailDesensitization.class - [JAR]

├─ com.github.desensitization.IDCardDesensitization.class - [JAR]

├─ com.github.desensitization.PhoneDesensitization.class - [JAR]

├─ com.github.desensitization.StringDesensitization.class - [JAR]

com.github.serializer

├─ com.github.serializer.ObjectDesensitizeSerializer.class - [JAR]

com.github.annotation

├─ com.github.annotation.Desensitize.class - [JAR]

├─ com.github.annotation.EmailDesensitize.class - [JAR]

├─ com.github.annotation.IDCardDesensitize.class - [JAR]

├─ com.github.annotation.PhoneDesensitize.class - [JAR]

├─ com.github.annotation.StringDesensitize.class - [JAR]