All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sdmlib.modelcouch.util.CreatorCreator Maven / Gradle / Ivy

package org.sdmlib.modelcouch.util;

import de.uniks.networkparser.IdMap;

class CreatorCreator{

   public static IdMap createIdMap(String session)
   {
      IdMap jsonIdMap = new IdMap().withSession(session);
      jsonIdMap.with(new ModelCouchCreator());
      jsonIdMap.with(new ModelCouchPOCreator());
      jsonIdMap.with(new ModelDBListenerCreator());
      jsonIdMap.with(new ModelDBListenerPOCreator());
      return jsonIdMap;
   }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy