Package org.apache.camel.component.bean
Interface BeanTypeHolder
-
- All Superinterfaces:
BeanHolder
- All Known Implementing Classes:
ConstantStaticTypeBeanHolder,ConstantTypeBeanHolder
public interface BeanTypeHolder extends BeanHolder
Object holder for a bean type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>getType()-
Methods inherited from interface org.apache.camel.component.bean.BeanHolder
getBean, getBeanInfo, getBeanInfo, getOptions, getProcessor, setErrorHandler, setOptions, supportProcessor
-
-
-
-
Method Detail
-
getType
Class<?> getType()
-
-