Package | Description |
---|---|
com.espertech.esper.client.util |
This package contains utilities for events, specifically rendering of events in JSON and XML formats.
|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Class and Description |
---|---|
class |
ClassForNameProviderDefault
Default provider for classname lookups.
|
Modifier and Type | Method and Description |
---|---|
ClassForNameProvider |
EngineImportServiceImpl.getClassForNameProvider() |
ClassForNameProvider |
EngineImportService.getClassForNameProvider() |
Modifier and Type | Method and Description |
---|---|
static ClassForNameProvider |
TransientConfigurationResolver.resolveClassForNameProvider(Map<String,Object> transientConfiguration) |
Modifier and Type | Method and Description |
---|---|
static Class |
JavaClassHelper.getClassForName(String className,
ClassForNameProvider classForNameProvider)
Returns the class given a fully-qualified class name.
|
static Class |
JavaClassHelper.getClassForSimpleName(String className,
ClassForNameProvider classForNameProvider)
Returns the boxed class for the given classname, recognizing all primitive and abbreviations,
uppercase and lowercase.
|
static Class |
JavaClassHelper.getClassInClasspath(String classname,
ClassForNameProvider classForNameProvider) |
static Map<String,Object> |
JavaClassHelper.getClassObjectFromPropertyTypeNames(Properties properties,
ClassForNameProvider classForNameProvider) |
static Object |
JavaClassHelper.instantiate(Class implementedOrExtendedClass,
String className,
ClassForNameProvider classForNameProvider)
Looks up the given class and checks that it implements or extends the required interface,
and instantiates an object.
|
static Class |
SQLTypeMapUtil.sqlTypeToClass(int sqlType,
String className,
ClassForNameProvider classForNameProvider)
Mapping as defined by JDBC 3 Spec , page B-177, table B-1 JBDC Types mapped to Java Types.
|