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 Details

    • ObjectMapperProvider

      public ObjectMapperProvider()
  • Method Details

    • getContext

      public com.fasterxml.jackson.databind.ObjectMapper getContext(Class<?> type)
      Specified by:
      getContext in interface ContextResolver<com.fasterxml.jackson.databind.ObjectMapper>