mirror of https://github.com/jwtk/jjwt.git
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>
|
* <p>
|
||||||
* If you would like to use your own {@code ObjectMapper} instance that also supports custom types for
|
* 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
|
* 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
|
* @param claimTypeMap The claim name-to-class map used to deserialize claims into the given type
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue