mirror of
https://github.com/jwtk/jjwt.git
synced 2025-02-10 13:44:45 +00:00
7090bf39c3
- Adds new constructor JacksonDeserializer(Map<String, Class> claimTypeMap), which will enable later calls Claims.get("key", CustomType.class) to work as expectd - Adds new Maps utility class to make map creation fluent Fixes: #369