public class CoreTypeConverterLoader extends AnnotationTypeConverterLoader
CorePackageScanClassResolver contains a hardcoded list of the type converter classes to load.META_INF_SERVICES, resolver, visitedClasses, visitedURIs| Constructor and Description |
|---|
CoreTypeConverterLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
findPackageNames()
Finds the names of the packages to search for on the classpath looking
for text files on the classpath at the
AnnotationTypeConverterLoader.META_INF_SERVICES location. |
filterPackageNamesOnly, filterUnwantedPackage, findPackages, isValidConverterMethod, isValidFallbackConverterMethod, load, loadConverterMethods, registerFallbackTypeConverter, registerTypeConverterpublic CoreTypeConverterLoader()
protected String[] findPackageNames() throws IOException
AnnotationTypeConverterLoaderAnnotationTypeConverterLoader.META_INF_SERVICES location.findPackageNames in class AnnotationTypeConverterLoaderIOException - is thrown for IO related errorsApache Camel