public class TypeSafeDecoratorResolver extends AbstractTypeSafeBeanResolver<Decorator<?>,java.util.List<Decorator<?>>>
AbstractTypeSafeBeanResolver.BeanDisambiguation| Constructor and Description |
|---|
TypeSafeDecoratorResolver(BeanManagerImpl manager,
java.lang.Iterable<Decorator<?>> decorators) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Iterable<? extends Decorator<?>> |
getAllBeans(Resolvable resolvable) |
protected boolean |
matches(Resolvable resolvable,
Decorator<?> bean) |
protected java.util.List<Decorator<?>> |
sortResult(java.util.Set<Decorator<?>> matchedDecorators) |
clear, filterResult, getBeanManager, resolvegetAllBeans, isCached, makeResultImmutable, resolve, toString, wrappublic TypeSafeDecoratorResolver(BeanManagerImpl manager, java.lang.Iterable<Decorator<?>> decorators)
protected boolean matches(Resolvable resolvable, Decorator<?> bean)
matches in class AbstractTypeSafeBeanResolver<Decorator<?>,java.util.List<Decorator<?>>>protected java.lang.Iterable<? extends Decorator<?>> getAllBeans(Resolvable resolvable)
getAllBeans in class AbstractTypeSafeBeanResolver<Decorator<?>,java.util.List<Decorator<?>>>protected java.util.List<Decorator<?>> sortResult(java.util.Set<Decorator<?>> matchedDecorators)
sortResult in class TypeSafeResolver<Resolvable,Decorator<?>,java.util.List<Decorator<?>>,java.util.List<Decorator<?>>>Copyright © 2015. All Rights Reserved.