public class DefaultBeanInfoTypeResolver extends Object implements BeanInfoTypeResolver
| Modifier and Type | Field and Description |
|---|---|
static DefaultBeanInfoTypeResolver |
INSTANCE |
| Constructor and Description |
|---|
DefaultBeanInfoTypeResolver() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
resolve(Class<?> type,
Method explicitMethod)
Resolve the type and method
|
public static final DefaultBeanInfoTypeResolver INSTANCE
public Object[] resolve(Class<?> type, Method explicitMethod)
BeanInfoTypeResolverresolve in interface BeanInfoTypeResolvertype - the typeexplicitMethod - optional methodApache Camel