Uses of Class
com.google.inject.grapher.Alias
-
Packages that use Alias Package Description com.google.inject.grapher -
-
Uses of Alias in com.google.inject.grapher
Methods in com.google.inject.grapher that return types with arguments of type Alias Modifier and Type Method Description java.lang.Iterable<Alias>AliasCreator. createAliases(java.lang.Iterable<Binding<?>> bindings)Returns aliases for the given dependency graph.java.lang.Iterable<Alias>ProviderAliasCreator. createAliases(java.lang.Iterable<Binding<?>> bindings)Method parameters in com.google.inject.grapher with type arguments of type Alias Modifier and Type Method Description private java.util.Map<NodeId,NodeId>AbstractInjectorGrapher. resolveAliases(java.lang.Iterable<Alias> aliases)Transitively resolves aliases.
-