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