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.codegen.compile |
Code-Generation Compiler
|
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 |
ClassLoaderProviderDefault
Default class loader provider returns the current thread context classloader.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
CodegenCompiler.compile(CodegenClass clazz,
ClassLoaderProvider classLoaderProvider,
Class<T> interfaceClass,
String classLevelComment) |
static EventPropertyGetter |
CodegenEventPropertyGetter.compile(String engineURI,
ClassLoaderProvider classLoaderProvider,
EventPropertyGetterSPI getterSPI,
String propertyExpression) |
Modifier and Type | Class and Description |
---|---|
class |
EngineImportServiceImpl
Implementation for engine-level imports.
|
Modifier and Type | Method and Description |
---|---|
static ClassLoaderProvider |
TransientConfigurationResolver.resolveClassLoader(Map<String,Object> transientConfiguration) |