public final class InstantiationHelpers extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T |
createInstance(Class<T> clazz)
Creates a new instance of the provide class.
|
public static <T> T createInstance(Class<T> clazz)
T
- the type of the clazzclazz
- the class to constructCopyright © 2021. All rights reserved.