|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.petite.resolver.CtorResolver
public class CtorResolver
Resolver for constructor injection points.
| Field Summary | |
|---|---|
protected InjectionPointFactory |
injectionPointFactory
|
| Constructor Summary | |
|---|---|
CtorResolver(InjectionPointFactory injectionPointFactory)
|
|
| Method Summary | |
|---|---|
CtorInjectionPoint |
resolve(java.lang.Class type,
boolean useAnnotation)
Resolves constructor injection point from type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final InjectionPointFactory injectionPointFactory
| Constructor Detail |
|---|
public CtorResolver(InjectionPointFactory injectionPointFactory)
| Method Detail |
|---|
public CtorInjectionPoint resolve(java.lang.Class type,
boolean useAnnotation)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||