License |
License |
---|---|
Categories |
CategoriesJackson Data JSON |
GroupId | GroupIdio.github.javiercanillas |
ArtifactId | ArtifactIdjackson-masker |
Version | Version0.9.8 |
Type | Typejar |
Description |
DescriptionJackson 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jackson-masker-0.9.8.pom | |
jackson-masker-0.9.8.jar | 11 KB |
jackson-masker-0.9.8-sources.jar | 8 KB |
jackson-masker-0.9.8-javadoc.jar | 432 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.javiercanillas/jackson-masker/ -->
<dependency>
<groupId>io.github.javiercanillas</groupId>
<artifactId>jackson-masker</artifactId>
<version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.javiercanillas/jackson-masker/
implementation 'io.github.javiercanillas:jackson-masker:0.9.8'
// https://jarcasting.com/artifacts/io.github.javiercanillas/jackson-masker/
implementation ("io.github.javiercanillas:jackson-masker:0.9.8")
'io.github.javiercanillas:jackson-masker:jar:0.9.8'
<dependency org="io.github.javiercanillas" name="jackson-masker" rev="0.9.8">
<artifact name="jackson-masker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.javiercanillas', module='jackson-masker', version='0.9.8')
)
libraryDependencies += "io.github.javiercanillas" % "jackson-masker" % "0.9.8"
[io.github.javiercanillas/jackson-masker "0.9.8"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | [2.0.0,) |
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.mockito : mockito-core | jar | 4.4.0 |
org.mockito : mockito-junit-jupiter | jar | 4.4.0 |