A callback-style provider which can be used to map an object to Atom Feed or Entry
without having to deal directly with types representing Atom feeds or entries
A callback-style interface which can be used to deserialize an Atom Feed or Entry into a custom object
without having to introduce direct dependencies on Abdera API in the 'main' service code
A callback-style interface which can be used to map an object to an Atom Feed or Entry
without having to introduce direct dependencies on Abdera API in the 'main' service code
11.2.7 Java API for JSON Binding (JSR-370)
In a product that supports the Java API for JSON Binding (JSON-B) [19], implementations MUST support
entity providers for all Java types supported by JSON-B in combination with the following media
types: application/json, text/json as well as any other media types matching "*"/json or "*"/"*"+json".