Skip to content

Latest commit

 

History

History
 
 

servicetalk-data-jackson-jersey

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ServiceTalk Data Jackson Jersey

This module provides Jackson-based JSON serialization and deserialization for ServiceTalk Jersey router. It is a replacement for jersey-media-json-jackson and allows avoiding the input stream adaptation that kicks in with out-of-the-box body readers and also allows accepting/returning Single<Pojo> and Publisher<Pojo> from resource methods.

See the ServiceTalk docs for more information.