public class ConstructorInjectionSite
extends org.fabric3.api.model.type.java.InjectionSite
| Constructor and Description |
|---|
ConstructorInjectionSite(java.lang.reflect.Constructor<?> constructor,
int param) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.reflect.Constructor |
getConstructor()
Returns the constructor, or null if this class has been deserialized.
|
int |
getParam()
Returns the index of the parameter being injected.
|
int |
hashCode() |
java.lang.String |
toString() |
public ConstructorInjectionSite(java.lang.reflect.Constructor<?> constructor,
int param)
public int getParam()
public java.lang.reflect.Constructor getConstructor()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object