org.glassfish.jersey.examples.jackson
Class MyObjectMapperProvider
java.lang.Object
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)
|
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 |
MyObjectMapperProvider
public MyObjectMapperProvider()
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.