License |
License |
---|---|
Categories |
CategoriesJackson Data JSON |
GroupId | GroupIdorg.oxerr.jackson.module |
ArtifactId | ArtifactIdjackson-module-jsr250 |
Last Version | Last Version0.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSecurity Entity Filtering Module
Filter out the entity properties from the output of Jackson
serialization according to the DenyAll, RolesAllowed annotations.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.oxerr.jackson.module/jackson-module-jsr250/ -->
<dependency>
<groupId>org.oxerr.jackson.module</groupId>
<artifactId>jackson-module-jsr250</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.oxerr.jackson.module/jackson-module-jsr250/
implementation 'org.oxerr.jackson.module:jackson-module-jsr250:0.0.5'
// https://jarcasting.com/artifacts/org.oxerr.jackson.module/jackson-module-jsr250/
implementation ("org.oxerr.jackson.module:jackson-module-jsr250:0.0.5")
'org.oxerr.jackson.module:jackson-module-jsr250:jar:0.0.5'
<dependency org="org.oxerr.jackson.module" name="jackson-module-jsr250" rev="0.0.5">
<artifact name="jackson-module-jsr250" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oxerr.jackson.module', module='jackson-module-jsr250', version='0.0.5')
)
libraryDependencies += "org.oxerr.jackson.module" % "jackson-module-jsr250" % "0.0.5"
[org.oxerr.jackson.module/jackson-module-jsr250 "0.0.5"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
org.apache.logging.log4j : log4j-api | jar | 2.17.1 |
org.springframework.security : spring-security-core | jar | 5.6.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.mockito : mockito-core | jar | 4.2.0 |