ok2c / httpcomponents-jackson

JSON message asynchronous producers and consumers for Apache HttpComponents 5.0 based on Jackson JSON library
https://ok2c.github.io/httpcomponents-jackson
Apache License 2.0
7 stars 6 forks source link

Support TypeReference to deserialize container types #1

Closed HaloFour closed 4 years ago

HaloFour commented 4 years ago

Supports passing concrete implementations of TypeReference<T> to JsonEntityConsumers so that you can deserialize generic types like collections or other containers.

ok2c commented 4 years ago

@HaloFour Many thank for contributing this PR.