Using the implementations of the LinkedInTemplate and the TripItTemplate as examples, the constructor calls a private helper method that registers the Jackson module (ie registerLinkedInJsonModule,registerTripItJsonModul e)
Looking at the TwitterTemlate though, it overrides a method (getJsonMessageConverter) to do the same thing. What is the preferred approach? Is there a reason to use one over the other?
Looking at the TwitterTemlate though, it overrides a method (getJsonMessageConverter) to do the same thing. What is the preferred approach? Is there a reason to use one over the other?