public final class ResolutionUtil extends Object
| Constructor and Description |
|---|
ResolutionUtil(WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkBeanTypeAssignableToGivenType(Set<Type> beanTypes,
Type givenType,
boolean newBean) |
void |
checkResolvedBeans(Set<javax.enterprise.inject.spi.Bean<?>> resolvedSet,
Class<?> type,
Annotation[] qualifiers,
javax.enterprise.inject.spi.InjectionPoint injectionPoint) |
public ResolutionUtil(WebBeansContext webBeansContext)
public static boolean checkBeanTypeAssignableToGivenType(Set<Type> beanTypes, Type givenType, boolean newBean)
public void checkResolvedBeans(Set<javax.enterprise.inject.spi.Bean<?>> resolvedSet, Class<?> type, Annotation[] qualifiers, javax.enterprise.inject.spi.InjectionPoint injectionPoint)
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.