public class KieServerReflections extends Object
| Constructor and Description |
|---|
KieServerReflections() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
createInstance(String objectClassIdentifier,
ClassLoader loader,
Object... constructorParameters)
Instantiate custom object.
|
static void |
setValue(Object object,
String fieldName,
Object newValue) |
static Object |
valueOf(Object object,
String fieldName) |
public static Object createInstance(String objectClassIdentifier, ClassLoader loader, Object... constructorParameters)
objectClassIdentifier - Object class identifier - usually class name.constructorParameters - Object's constructor parameters.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.