public class OmniConstructor extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T[] |
newArray(Class<T> clazz,
int size)
快速创建任意指定类型的对象数组
|
static <T> T |
newInstance(Class<T> clazz)
快速创建任意指定类型的测试对象
|
Copyright © 2021. All rights reserved.