class ParameterListKey
extends java.lang.Object
TypeLiterals to match an injectable Constructor's assited
parameter types to the corresponding factory method.| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.lang.reflect.Type> |
paramList |
| Constructor and Description |
|---|
ParameterListKey(java.util.List<java.lang.reflect.Type> paramList) |
ParameterListKey(java.lang.reflect.Type[] types) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |