rlalfo / google-http-java-client

Automatically exported from code.google.com/p/google-http-java-client
0 stars 0 forks source link

Access to factory configuration #259

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The factories provided by google-http-java-client's modules, such as 
google-http-client-jackson2, etc. all hide the actual implementation's factory 
and make it inaccessible for configuration.

For instance, I may want to enable root unwrapping in Jackson2.

Is this a conscious choice and what is the reasoning behind making the 
implementation inaccessible for configuration?

Original issue reported on code.google.com by lhunath@lyndir.com on 22 Apr 2014 at 4:42