|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jersey.spi.service.ComponentConstructor.ConstructorInjectablePair<T>
T - the type to construct.public static class ComponentConstructor.ConstructorInjectablePair<T>
A tuple of a constructor and the list of injectables associated with the parameters of the constructor.
| Field Summary | |
|---|---|
java.lang.reflect.Constructor<T> |
con
The constructor. |
java.util.List<Injectable> |
is
The list of injectables associated with the parameters of the constructor; |
| Constructor Summary | |
|---|---|
ComponentConstructor.ConstructorInjectablePair(java.lang.reflect.Constructor<T> con,
java.util.List<Injectable> is)
Create a new tuple of a constructor and list of injectables. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.reflect.Constructor<T> con
public final java.util.List<Injectable> is
| Constructor Detail |
|---|
public ComponentConstructor.ConstructorInjectablePair(java.lang.reflect.Constructor<T> con,
java.util.List<Injectable> is)
con - the constructoris - the list of injectables.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||