Uses of Interface
com.espertech.esper.common.internal.settings.ClasspathExtensionClass
Package
Description
This package defines the internal event APIs.
-
Uses of ClasspathExtensionClass in com.espertech.esper.common.internal.epl.classprovided.compiletime
-
Uses of ClasspathExtensionClass in com.espertech.esper.common.internal.event.core
Modifier and TypeMethodDescriptionstatic 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) -
Uses of ClasspathExtensionClass in com.espertech.esper.common.internal.settings
Modifier and TypeMethodDescriptionstatic EPTypeClass
ClasspathImportEPTypeUtil.parameterizeType
(Class plain, List<ClassDescriptor> typeParameters, int arrayDimensions, ClasspathImportService classpathImportService, ClasspathExtensionClass classpathExtension) ClasspathImportService.resolveClass
(String className, boolean forAnnotation, ClasspathExtensionClass classpathExtension) ClasspathImportServiceBase.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) ClasspathImportService.resolveMethodOverloadChecked
(String className, String methodName, EPType[] paramTypes, boolean[] allowEventBeanType, boolean[] allowEventBeanCollType, ClasspathExtensionClass classpathExtension) ClasspathImportServiceBase.resolveMethodOverloadChecked
(String className, String methodName, EPType[] paramTypes, boolean[] allowEventBeanType, boolean[] allowEventBeanCollType, ClasspathExtensionClass classpathExtension) ClasspathImportServiceCompileTime.resolveMethodOverloadChecked
(String className, String methodName, ClasspathExtensionClass classpathExtension) ClasspathImportServiceCompileTimeImpl.resolveMethodOverloadChecked
(String className, String methodName, ClasspathExtensionClass classpathExtension)