public class AbstractTypeSafeBeanResolver.BeanDisambiguation extends java.lang.Object implements java.util.function.Function<java.util.Set<Bean<?>>,java.util.Set<Bean<?>>>
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Bean<?>> |
apply(java.util.Set<Bean<?>> from) |
java.util.Set<Bean<?>> |
resolveAlternatives(java.util.Set<Bean<?>> alternatives)
If all the beans left are alternatives with a priority, then the container will select the
alternative with the highest priority, and the ambiguous dependency is called resolvable.
|
Copyright © 2014. All Rights Reserved.