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