| Package | Description |
|---|---|
| io.jsonwebtoken |
| Modifier and Type | Method and Description |
|---|---|
JwtParserBuilder |
JwtParserBuilder.deserializeJsonWith(Deserializer<java.util.Map<java.lang.String,?>> deserializer)
Uses the specified deserializer to convert JSON Strings (UTF-8 byte arrays) into Java Map objects.
|
JwtParser |
JwtParser.deserializeJsonWith(Deserializer<java.util.Map<java.lang.String,?>> deserializer)
Deprecated.
see
JwtParserBuilder.deserializeJsonWith(Deserializer) )}.
To construct a JwtParser use the corresponding builder via Jwts.parserBuilder(). This will construct an
immutable JwtParser.
NOTE: this method will be removed before version 1.0 |
Copyright © 2014-2022 jsonwebtoken.io. All Rights Reserved.