Fix Spike Event Processing with Common Format
[aai/data-router.git] / src / main / java / org / onap / aai / datarouter / util / VersionedOxmEntities.java
index 06e1ab5..fc34437 100644 (file)
@@ -341,5 +341,9 @@ public class VersionedOxmEntities {
         return sb.toString();
 
     }
+    
+    public Map<String, DynamicType> getEntityTypeLookup() {
+      return entityTypeLookup;
+    }
 
 }