| Package | Description |
|---|---|
| manifold.util |
| Modifier and Type | Method and Description |
|---|---|
static ReflectUtil.ConstructorRef |
ReflectUtil.constructor(java.lang.Class<?> cls,
java.lang.Class<?>... params)
Get a
ReflectUtil.ConstructorRef to the specified constructor. |
static ReflectUtil.ConstructorRef |
ReflectUtil.constructor(java.lang.String fqn,
java.lang.Class<?>... params)
Get a
ReflectUtil.ConstructorRef to the specified constructor. |
Copyright © 2021. All rights reserved.