Package | Description |
---|---|
com.google.gwt.inject.rebind.resolution |
Modifier and Type | Method and Description |
---|---|
UnresolvedBindingValidator.InvalidKeys |
UnresolvedBindingValidator.getInvalidKeys(DependencyExplorer.DependencyExplorerOutput output)
Returns an
UnresolvedBindingValidator.InvalidKeys object containing information about all the errors that we
discovered in required keys, and the set of all optional bindings that should be removed from
the graph in order to make it valid. |
Modifier and Type | Method and Description |
---|---|
void |
UnresolvedBindingValidator.pruneInvalidOptional(DependencyExplorer.DependencyExplorerOutput output,
UnresolvedBindingValidator.InvalidKeys invalidKeys)
Prune all of the invalid optional keys from the graph.
|
boolean |
UnresolvedBindingValidator.validate(DependencyExplorer.DependencyExplorerOutput output,
UnresolvedBindingValidator.InvalidKeys invalidKeys)
Returns true if the graph is valid (does not have any cycles or problems creating required
keys).
|
Copyright © 2008–2018. All rights reserved.