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.engineimport |
Engine import handling
|
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(java.util.Map<java.lang.String,java.lang.Object> transientConfiguration) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Class |
JavaClassHelper.getClassForName(java.lang.String className,
ClassForNameProvider classForNameProvider)
Returns the class given a fully-qualified class name.
|
static java.lang.Class |
JavaClassHelper.getClassForSimpleName(java.lang.String className,
ClassForNameProvider classForNameProvider)
Returns the boxed class for the given classname, recognizing all primitive and abbreviations,
uppercase and lowercase.
|
static java.lang.Class |
JavaClassHelper.getClassInClasspath(java.lang.String classname,
ClassForNameProvider classForNameProvider) |
static java.util.Map<java.lang.String,java.lang.Object> |
JavaClassHelper.getClassObjectFromPropertyTypeNames(java.util.Properties properties,
ClassForNameProvider classForNameProvider) |
static java.lang.Object |
JavaClassHelper.instantiate(java.lang.Class implementedOrExtendedClass,
java.lang.String className,
ClassForNameProvider classForNameProvider)
Looks up the given class and checks that it implements or extends the required interface,
and instantiates an object.
|
static java.lang.Class |
SQLTypeMapUtil.sqlTypeToClass(int sqlType,
java.lang.String className,
ClassForNameProvider classForNameProvider)
Mapping as defined by JDBC 3 Spec , page B-177, table B-1 JBDC Types mapped to Java Types.
|