Package org.apache.camel.component.bean
Class DefaultBeanInfoTypeResolver
- java.lang.Object
-
- org.apache.camel.component.bean.DefaultBeanInfoTypeResolver
-
- All Implemented Interfaces:
BeanInfoTypeResolver
public class DefaultBeanInfoTypeResolver extends Object implements BeanInfoTypeResolver
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultBeanInfoTypeResolverINSTANCE
-
Constructor Summary
Constructors Constructor Description DefaultBeanInfoTypeResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]resolve(Class<?> type, Method explicitMethod)Resolve the type and method
-
-
-
Field Detail
-
INSTANCE
public static final DefaultBeanInfoTypeResolver INSTANCE
-
-
Method Detail
-
resolve
public Object[] resolve(Class<?> type, Method explicitMethod)
Description copied from interface:BeanInfoTypeResolverResolve the type and method- Specified by:
resolvein interfaceBeanInfoTypeResolver- Parameters:
type- the typeexplicitMethod- optional method- Returns:
- an array with resolve type and method (if anything is changed) otherwise null is returned
-
-