public class CdiBeanRegistry extends Object implements org.apache.camel.spi.Registry
BeanManager
.Constructor and Description |
---|
CdiBeanRegistry() |
Modifier and Type | Method and Description |
---|---|
<T> Set<T> |
findByType(Class<T> type) |
<T> Map<String,T> |
findByTypeWithName(Class<T> type) |
Object |
lookup(String name) |
<T> T |
lookup(String name,
Class<T> type) |
Object |
lookupByName(String name) |
<T> T |
lookupByNameAndType(String name,
Class<T> type) |
<T> Map<String,T> |
lookupByType(Class<T> type) |
String |
toString() |
public Object lookupByName(String name)
lookupByName
in interface org.apache.camel.spi.Registry
public <T> T lookupByNameAndType(String name, Class<T> type)
lookupByNameAndType
in interface org.apache.camel.spi.Registry
public <T> Map<String,T> findByTypeWithName(Class<T> type)
findByTypeWithName
in interface org.apache.camel.spi.Registry
public <T> Set<T> findByType(Class<T> type)
findByType
in interface org.apache.camel.spi.Registry
public Object lookup(String name)
lookup
in interface org.apache.camel.spi.Registry
public <T> T lookup(String name, Class<T> type)
lookup
in interface org.apache.camel.spi.Registry
public <T> Map<String,T> lookupByType(Class<T> type)
lookupByType
in interface org.apache.camel.spi.Registry
Apache Camel