|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.petite.resolver.PropertyResolver
public class PropertyResolver
Resolves properties.
| Field Summary | |
|---|---|
protected InjectionPointFactory |
injectionPointFactory
|
protected java.util.Map<java.lang.Class,PropertyInjectionPoint[]> |
properties
|
| Constructor Summary | |
|---|---|
PropertyResolver(InjectionPointFactory injectionPointFactory)
|
|
| Method Summary | |
|---|---|
void |
remove(java.lang.Class type)
|
PropertyInjectionPoint[] |
resolve(java.lang.Class type,
boolean autowire)
Resolves all fields for given type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final java.util.Map<java.lang.Class,PropertyInjectionPoint[]> properties
protected final InjectionPointFactory injectionPointFactory
| Constructor Detail |
|---|
public PropertyResolver(InjectionPointFactory injectionPointFactory)
| Method Detail |
|---|
public PropertyInjectionPoint[] resolve(java.lang.Class type,
boolean autowire)
public void remove(java.lang.Class type)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||