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