jjwt/impl
Brian Demers 7090bf39c3
Add support for custom type deserialization with Jackson (#495)
- 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
2019-09-30 17:24:57 -04:00
..
src Add support for custom type deserialization with Jackson (#495) 2019-09-30 17:24:57 -04:00
pom.xml Fixes for reviews. Hope i did not forget something. 2019-07-17 22:46:18 +02:00