@Override protected void configure() { install(new Neo4jModule(configuration.getGraphConfiguration(), true, true)); bind(Graph.class).to(GraphTransactionalImpl.class); install(new EntityModule()); install(new LexicalLibModule()); install(new OpenNlpModule()); install(new RefineModule(configuration.getServiceMetadata())); install(new DynamicResourceModule()); install(new CurieModule()); }
@Provides List<Apis> getApis() { return configuration.getCypherResources(); }