Refactor NBINotifications and serviceHandlerImpl
[transportpce.git] / dmaap-client / src / main / java / org / opendaylight / transportpce / dmaap / client / resource / config / JsonConfigurator.java
index 62676c0ee4a947d1bfeaa11b466aefb7dc2ef567..d6035d2059462f53557ef4fd0473642700a03984 100644 (file)
@@ -22,7 +22,7 @@ public class JsonConfigurator implements ContextResolver<ObjectMapper> {
         mapper.disable(SerializationFeature.FAIL_ON_EMPTY_BEANS);
         mapper.enable(SerializationFeature.INDENT_OUTPUT);
         mapper.registerModule(new JavaTimeModule());
-        mapper.registerModule(new PublishNotificationServiceModule());
+        mapper.registerModule(new PublishNotificationProcessServiceModule());
     }
 
     @Override