|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.component.bean.BeanHelper
public final class BeanHelper
Helper for the bean component.
| Method Summary | |
|---|---|
static Boolean |
isAssignableToExpectedType(ClassResolver resolver,
String parameterType,
Class<?> expectedType)
Determines if the given parameter type is assignable to the expected type. |
static boolean |
isValidParameterValue(String value)
Determines if the given value is valid according to the supported values by the bean component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isValidParameterValue(String value)
value - the value
public static Boolean isAssignableToExpectedType(ClassResolver resolver,
String parameterType,
Class<?> expectedType)
resolver - the class resolverparameterType - the parameter type as a String, can be a FQN or a simple name of the classexpectedType - the expected type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||