Package | Description |
---|---|
org.neo4j.graphdb |
The core graph database API.
|
Modifier and Type | Field and Description |
---|---|
static DependencyResolver.SelectionStrategy |
DependencyResolver.SelectionStrategy.FIRST |
static DependencyResolver.SelectionStrategy |
DependencyResolver.SelectionStrategy.ONLY
Returns the one and only dependency, or throws.
|
Modifier and Type | Method and Description |
---|---|
<T> Supplier<T> |
DependencyResolver.provideDependency(Class<T> type,
DependencyResolver.SelectionStrategy selector) |
<T> Supplier<T> |
DependencyResolver.Adapter.provideDependency(Class<T> type,
DependencyResolver.SelectionStrategy selector)
Deprecated.
|
<T> T |
DependencyResolver.resolveDependency(Class<T> type,
DependencyResolver.SelectionStrategy selector)
Tries to resolve a dependency that matches a given class.
|
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.