|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.implementation.java.impl.JavaConstructorImpl<T>
public class JavaConstructorImpl<T>
Hold injection information for the constructor used to instantiate a component implementation instance
| Constructor Summary | |
|---|---|
JavaConstructorImpl(java.lang.reflect.Constructor<T> constructor)
|
|
| Method Summary | |
|---|---|
java.lang.reflect.Constructor<T> |
getConstructor()
|
JavaParameterImpl[] |
getParameters()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaConstructorImpl(java.lang.reflect.Constructor<T> constructor)
| Method Detail |
|---|
public java.lang.reflect.Constructor<T> getConstructor()
public JavaParameterImpl[] getParameters()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||