Class 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 Detail

      • ObjectMapperProvider

        public ObjectMapperProvider()
    • Method Detail

      • getContext

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