Package | Description |
---|---|
com.espertech.esper.common.internal.epl.classprovided.compiletime | |
com.espertech.esper.common.internal.epl.variable.core | |
com.espertech.esper.common.internal.event.core |
This package defines the internal event APIs.
|
com.espertech.esper.common.internal.settings |
Modifier and Type | Interface and Description |
---|---|
interface |
ClassProvidedClasspathExtension |
Modifier and Type | Class and Description |
---|---|
class |
ClassProvidedClasspathExtensionImpl |
Modifier and Type | Method and Description |
---|---|
static VariableMetaData |
VariableUtil.compileVariable(String variableName,
String variableModuleName,
NameAccessModifier variableVisibility,
String optionalContextName,
NameAccessModifier optionalContextVisibility,
String optionalModuleName,
ClassDescriptor variableType,
boolean isConstant,
boolean compileTimeConstant,
Object initializationValue,
ClasspathImportService classpathImportService,
ClasspathExtensionClass classpathExtension,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventTypeRepositoryImpl eventTypeRepositoryPreconfigured,
BeanEventTypeFactory beanEventTypeFactory) |
Modifier and Type | Method and Description |
---|---|
static Object |
EventTypeUtility.buildType(ColumnDesc column,
ClasspathImportServiceCompileTime classpathImportService,
ClasspathExtensionClass classpathExtension) |
static LinkedHashMap<String,Object> |
EventTypeUtility.buildType(List<ColumnDesc> columns,
Set<String> copyFrom,
ClasspathImportServiceCompileTime classpathImportService,
ClasspathExtensionClass classpathExtension,
EventTypeNameResolver eventTypeResolver) |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathExtensionClassEmpty |
Modifier and Type | Method and Description |
---|---|
static EPTypeClass |
ClasspathImportEPTypeUtil.parameterizeType(Class plain,
List<ClassDescriptor> typeParameters,
int arrayDimensions,
ClasspathImportService classpathImportService,
ClasspathExtensionClass classpathExtension) |
Class |
ClasspathImportServiceBase.resolveClass(String className,
boolean forAnnotation,
ClasspathExtensionClass classpathExtension) |
Class |
ClasspathImportService.resolveClass(String className,
boolean forAnnotation,
ClasspathExtensionClass classpathExtension) |
static EPTypeClass |
ClasspathImportEPTypeUtil.resolveClassIdentifierToEPType(ClassDescriptor classIdent,
boolean allowObjectType,
ClasspathImportService classpathImportService,
ClasspathExtensionClass classpathExtension) |
protected Class |
ClasspathImportServiceBase.resolveClassInternal(String className,
boolean requireAnnotation,
boolean forAnnotationUse,
ClasspathExtensionClass classpathExtension)
Finds a class by class name using the auto-import information provided.
|
static EnumValue |
ClasspathImportCompileTimeUtil.resolveIdentAsEnum(String constant,
ClasspathImportServiceCompileTime classpathImportService,
ClasspathExtensionClass classpathExtension,
boolean isAnnotation) |
static ValueAndFieldDesc |
ClasspathImportCompileTimeUtil.resolveIdentAsEnumConst(String constant,
ClasspathImportServiceCompileTime classpathImportService,
ClasspathExtensionClass classpathExtension,
boolean isAnnotation) |
Method |
ClasspathImportServiceCompileTimeImpl.resolveMethodOverloadChecked(String className,
String methodName,
ClasspathExtensionClass classpathExtension) |
Method |
ClasspathImportServiceCompileTime.resolveMethodOverloadChecked(String className,
String methodName,
ClasspathExtensionClass classpathExtension) |
Method |
ClasspathImportServiceBase.resolveMethodOverloadChecked(String className,
String methodName,
EPType[] paramTypes,
boolean[] allowEventBeanType,
boolean[] allowEventBeanCollType,
ClasspathExtensionClass classpathExtension) |
Method |
ClasspathImportService.resolveMethodOverloadChecked(String className,
String methodName,
EPType[] paramTypes,
boolean[] allowEventBeanType,
boolean[] allowEventBeanCollType,
ClasspathExtensionClass classpathExtension) |
Copyright © 2005–2021. All rights reserved.