class Instantiator extends Object
| Constructor and Description |
|---|
Instantiator() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static <T> T |
getInstance(String className,
Supplier<ClassLoader> classloaderSupplier,
Configuration configuration)
Instantiates the specified class either using the no-args constructor or the
constructor with a single parameter of type
Configuration, if a
configuration object is passed. |
static <T> T getInstance(String className, Supplier<ClassLoader> classloaderSupplier, Configuration configuration)
Configuration, if a
configuration object is passed.null if no class name was givenCopyright © 2020 JBoss by Red Hat. All rights reserved.