public class TypeConvertersLoader extends AnnotationTypeConverterLoader
TypeConverters class
for methods that has been annotated with Converter.META_INF_SERVICES, resolver, visitedClasses, visitedURIs| Constructor and Description |
|---|
TypeConvertersLoader(TypeConverters typeConverters)
Creates the loader
|
| 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 TypeConvertersLoader(TypeConverters typeConverters)
typeConverters - The implementation that has the type convertersprotected String[] findPackageNames() throws IOException
AnnotationTypeConverterLoaderAnnotationTypeConverterLoader.META_INF_SERVICES location.findPackageNames in class AnnotationTypeConverterLoaderIOException - is thrown for IO related errorsApache Camel