public interface DynamicConstructor
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Class clazz,
java.lang.Object[] args)
Invokes the dynamic constructor.
|
boolean |
isArgumentsMatch(java.lang.Object[] args)
Test whether the specified arguments match this constructor.
|
boolean isArgumentsMatch(java.lang.Object[] args)
args - The arguments to checkjava.lang.Object invoke(java.lang.Class clazz,
java.lang.Object[] args)
clazz - The actual classargs - The arguments