Package org.glassfish.jersey.examples.rx
Class RxApplication.ObjectMapperProvider
- java.lang.Object
-
- org.glassfish.jersey.examples.rx.RxApplication.ObjectMapperProvider
-
- All Implemented Interfaces:
ContextResolver<com.fasterxml.jackson.databind.ObjectMapper>
- Enclosing class:
- RxApplication
public static class RxApplication.ObjectMapperProvider extends Object implements ContextResolver<com.fasterxml.jackson.databind.ObjectMapper>
-
-
Constructor Summary
Constructors Constructor Description ObjectMapperProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMappergetContext(Class<?> type)
-
-
-
Method Detail
-
getContext
public com.fasterxml.jackson.databind.ObjectMapper getContext(Class<?> type)
- Specified by:
getContextin interfaceContextResolver<com.fasterxml.jackson.databind.ObjectMapper>
-
-