j

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.
https://github.com/javiercanillas/jackson-masker
Apache License 2.0
Javier Canillas
Files download
File Operation
jackson-masker-0.9.9.jar download
jackson-masker-0.9.9.pom download
jackson-masker-0.9.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.javiercanillas</groupId>
  <artifactId>jackson-masker</artifactId>
  <version>0.9.9</version>
</dependency>
Gradle Groovy
implementation 'io.github.javiercanillas:jackson-masker:0.9.9'
Gradle Kotlin
implementation("io.github.javiercanillas:jackson-masker:0.9.9")
Scala SBT
libraryDependencies += "io.github.javiercanillas" % "jackson-masker" % "0.9.9"
Groovy Grape
@Grapes(
  @Grab(group='io.github.javiercanillas', module='jackson-masker', version='0.9.9')
)
Apache Ivy
<dependency org="io.github.javiercanillas" name="jackson-masker" rev="0.9.9" />
Leiningen
[io.github.javiercanillas/jackson-masker "0.9.9"]
Apache Buildr
'io.github.javiercanillas:jackson-masker:jar:0.9.9'