mirror of
https://github.com/jwtk/jjwt.git
synced 2025-03-09 06:46:50 +00:00
Fix minor Javadoc error in JacksonDeserializer (#505)
missing `#` in @link tag
This commit is contained in:
parent
7090bf39c3
commit
a236656c00
@ -63,7 +63,7 @@ public class JacksonDeserializer<T> implements Deserializer<T> {
|
||||
* <p>
|
||||
* If you would like to use your own {@code ObjectMapper} instance that also supports custom types for
|
||||
* JWT {@code Claims}, you will need to first customize your {@code ObjectMapper} instance by registering
|
||||
* your custom types and then use the {@link JacksonDeserializer(ObjectMapper)} constructor instead.
|
||||
* your custom types and then use the {@link #JacksonDeserializer(ObjectMapper)} constructor instead.
|
||||
*
|
||||
* @param claimTypeMap The claim name-to-class map used to deserialize claims into the given type
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user