Package org.apache.camel.main.download
Class StubBeanRepository
java.lang.Object
org.apache.camel.main.download.StubBeanRepository
- All Implemented Interfaces:
org.apache.camel.spi.BeanRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Set<T> findByType(Class<T> type) findByTypeWithName(Class<T> type) lookupByName(String name) <T> TlookupByNameAndType(String name, Class<T> type) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.spi.BeanRepository
findSingleByType, mandatoryFindSingleByType, unwrap
-
Constructor Details
-
StubBeanRepository
-
-
Method Details
-
lookupByName
- Specified by:
lookupByNamein interfaceorg.apache.camel.spi.BeanRepository
-
lookupByNameAndType
- Specified by:
lookupByNameAndTypein interfaceorg.apache.camel.spi.BeanRepository
-
findByTypeWithName
- Specified by:
findByTypeWithNamein interfaceorg.apache.camel.spi.BeanRepository
-
findByType
- Specified by:
findByTypein interfaceorg.apache.camel.spi.BeanRepository
-