org.apache.camel.dataformat.bindy.util
Class AnnotationModelLoader

java.lang.Object
  extended by org.apache.camel.dataformat.bindy.util.AnnotationModelLoader

public class AnnotationModelLoader
extends Object

Annotation based loader for model classes with Bindy annotations.


Constructor Summary
AnnotationModelLoader(PackageScanClassResolver resolver)
           
 
Method Summary
 Set<Class> loadModels(String... packageNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationModelLoader

public AnnotationModelLoader(PackageScanClassResolver resolver)
Method Detail

loadModels

public Set<Class> loadModels(String... packageNames)
                      throws Exception
Throws:
Exception


Apache CAMEL