Uses of Class
com.espertech.esper.common.internal.util.ClassInstantiationException
Package
Description
Utility classes that center around Java type handling, printing, reflection, debugging
-
Uses of ClassInstantiationException in com.espertech.esper.common.internal.util
Modifier and TypeMethodDescriptionstatic 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.