Package org.apache.camel.component.bean
Interface BeanInfoTypeResolver
-
- All Known Implementing Classes:
DefaultBeanInfoTypeResolver
public interface BeanInfoTypeResolverUsed byBeanInfofor resolving a given type to adapt to various runtimes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object[]resolve(Class<?> type, Method explicitMethod)Resolve the type and method
-