public class AbstractTypeSafeBeanResolver.BeanDisambiguation extends com.google.common.cache.CacheLoader<Set<javax.enterprise.inject.spi.Bean<?>>,Set<javax.enterprise.inject.spi.Bean<?>>>
Modifier and Type | Method and Description |
---|---|
Set<javax.enterprise.inject.spi.Bean<?>> |
load(Set<javax.enterprise.inject.spi.Bean<?>> from) |
Set<javax.enterprise.inject.spi.Bean<?>> |
resolveAlternatives(Set<javax.enterprise.inject.spi.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.
|
public Set<javax.enterprise.inject.spi.Bean<?>> load(Set<javax.enterprise.inject.spi.Bean<?>> from)
public Set<javax.enterprise.inject.spi.Bean<?>> resolveAlternatives(Set<javax.enterprise.inject.spi.Bean<?>> alternatives)
Copyright © 2016. All rights reserved.