org.glassfish.jersey.examples.jackson
Class MyObjectMapperProvider

java.lang.Object
  extended by org.glassfish.jersey.examples.jackson.MyObjectMapperProvider
All Implemented Interfaces:
ContextResolver<org.codehaus.jackson.map.ObjectMapper>

@Provider
public class MyObjectMapperProvider
extends Object
implements ContextResolver<org.codehaus.jackson.map.ObjectMapper>

TODO javadoc.

Author:
Jakub Podlesak (jakub.podlesak at oracle.com)

Constructor Summary
MyObjectMapperProvider()
           
 
Method Summary
 org.codehaus.jackson.map.ObjectMapper getContext(Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyObjectMapperProvider

public MyObjectMapperProvider()
Method Detail

getContext

public org.codehaus.jackson.map.ObjectMapper getContext(Class<?> type)
Specified by:
getContext in interface ContextResolver<org.codehaus.jackson.map.ObjectMapper>


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.