public class NameBasedResolver extends Object
| Constructor and Description |
|---|
NameBasedResolver(BeanManagerImpl manager,
Iterable<? extends Bean<?>> allBeans)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Reset all cached injection points.
|
Set<Bean<?>> |
resolve(String name)
Get the possible beans for the given name
|
String |
toString()
Gets a string representation
|
public NameBasedResolver(BeanManagerImpl manager, Iterable<? extends Bean<?>> allBeans)
public void clear()
public Set<Bean<?>> resolve(String name)
name - The name to matchCopyright © 2016. All Rights Reserved.