Package | Description |
---|---|
com.espertech.esper.common.internal.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
static Object |
JavaClassHelper.instantiate(Class<?> implementedOrExtendedClass,
Class<?> clazz)
Checks that the given class implements or extends the required interface (first parameter),
and instantiates an object.
|
static <T> T |
JavaClassHelper.instantiate(Class<T> implementedOrExtendedClass,
String className,
ClassForNameProvider classForNameProvider)
Looks up the given class and checks that it implements or extends the required interface,
and instantiates an object.
|
Copyright © 2005–2021. All rights reserved.