jar

io.github.javiercanillas : jackson-masker

Maven & Gradle

Mar 16, 2022
3 stars

Jackson masker · Sensitive information (such us emails, IDs or phone numbers) is a serious problem to deal with. If you have objects that are logged or write into files where masking is required, and you are already using Jackson ObjectMapper solution in your application, this library might be of some help.

Table Of Contents

Latest Version

Download io.github.javiercanillas : jackson-masker JAR file - Latest Versions:

All Versions

Download io.github.javiercanillas : jackson-masker JAR file - All Versions:

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

io.github.javiercanillas.jackson.masker.ser

├─ io.github.javiercanillas.jackson.masker.ser.MaskStringSerializer.class - [JAR]

io.github.javiercanillas.jackson.masker.view

├─ io.github.javiercanillas.jackson.masker.view.Masked.class - [JAR]

io.github.javiercanillas.jackson.masker.annotation

├─ io.github.javiercanillas.jackson.masker.annotation.MaskString.class - [JAR]

io.github.javiercanillas.jackson.masker

├─ io.github.javiercanillas.jackson.masker.MaskUtils.class - [JAR]