com.sun.jersey.spi.service
Class ComponentConstructor.ConstructorInjectablePair<T>

java.lang.Object
  extended by com.sun.jersey.spi.service.ComponentConstructor.ConstructorInjectablePair<T>
Type Parameters:
T - the type to construct.
Enclosing class:
ComponentConstructor

public static class ComponentConstructor.ConstructorInjectablePair<T>
extends java.lang.Object

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

con

public final java.lang.reflect.Constructor<T> con
The constructor.


is

public final java.util.List<Injectable> is
The list of injectables associated with the parameters of the constructor;

Constructor Detail

ComponentConstructor.ConstructorInjectablePair

public ComponentConstructor.ConstructorInjectablePair(java.lang.reflect.Constructor<T> con,
                                                      java.util.List<Injectable> is)
Create a new tuple of a constructor and list of injectables.

Parameters:
con - the constructor
is - the list of injectables.


Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.