public class ConstructorParameters
extends java.lang.Object
Constructor parameters's types are used to select constructor.
Constructor parameters are passed to selected constructor
Constructor and Description |
---|
ConstructorParameters(java.lang.Object[] constructorParameters,
java.lang.Class<?>[] constructorParametersTypes)
Instantaites
ConstructorParameters with given constructor parameters and constructor parameter's types. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public ConstructorParameters(java.lang.Object[] constructorParameters, java.lang.Class<?>[] constructorParametersTypes)
ConstructorParameters
with given constructor parameters and constructor parameter's types.constructorParameters
- constructor paramtersconstructorParametersTypes
- constructor paramter's types