public interface ClasspathImportService
Modifier and Type | Method and Description |
---|---|
ClassForNameProvider |
getClassForNameProvider() |
ClassLoader |
getClassLoader() |
TimeAbacus |
getTimeAbacus() |
Class |
resolveClass(String className,
boolean forAnnotation,
ClasspathExtensionClass classpathExtension) |
Class |
resolveClassForBeanEventType(String fullyQualClassName) |
Constructor |
resolveCtor(Class clazz,
EPType[] paramTypes) |
Method |
resolveMethod(Class clazz,
String methodName,
EPType[] paramTypes,
boolean[] allowEventBeanType,
boolean[] allowEventBeanCollType) |
Method |
resolveMethodOverloadChecked(String className,
String methodName,
EPType[] paramTypes,
boolean[] allowEventBeanType,
boolean[] allowEventBeanCollType,
ClasspathExtensionClass classpathExtension) |
TimeAbacus getTimeAbacus()
ClassForNameProvider getClassForNameProvider()
ClassLoader getClassLoader()
Class resolveClass(String className, boolean forAnnotation, ClasspathExtensionClass classpathExtension) throws ClasspathImportException
ClasspathImportException
Constructor resolveCtor(Class clazz, EPType[] paramTypes) throws ClasspathImportException
ClasspathImportException
Method resolveMethod(Class clazz, String methodName, EPType[] paramTypes, boolean[] allowEventBeanType, boolean[] allowEventBeanCollType) throws ClasspathImportException
ClasspathImportException
Method resolveMethodOverloadChecked(String className, String methodName, EPType[] paramTypes, boolean[] allowEventBeanType, boolean[] allowEventBeanCollType, ClasspathExtensionClass classpathExtension) throws ClasspathImportException
ClasspathImportException
Class resolveClassForBeanEventType(String fullyQualClassName) throws ClasspathImportException
ClasspathImportException
Copyright © 2005–2021. All rights reserved.