jodd.petite.resolver
Class SetResolver
java.lang.Object
jodd.petite.resolver.SetResolver
public class SetResolver
- extends java.lang.Object
Resolves collection fields.
|
Method Summary |
void |
remove(java.lang.Class type)
|
SetInjectionPoint[] |
resolve(java.lang.Class type,
boolean autowire)
Resolves all collections for given type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
collections
protected final java.util.Map<java.lang.Class,SetInjectionPoint[]> collections
injectionPointFactory
protected final InjectionPointFactory injectionPointFactory
SetResolver
public SetResolver(InjectionPointFactory injectionPointFactory)
resolve
public SetInjectionPoint[] resolve(java.lang.Class type,
boolean autowire)
- Resolves all collections for given type.
remove
public void remove(java.lang.Class type)
Copyright © 2003-2011 Jodd Team