DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.javiercanillas : jackson-masker Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.9.x

How to open Javadoc JAR file in web browser

  1. Rename the file jackson-masker-0.9.8-javadoc.jar to jackson-masker-0.9.8-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jackson-masker-0.9.8-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jackson-masker-0.9.8-sources.jar" -d "jackson-masker-0.9.8-javadoc" -subpackages