org.mule.impl.expression.parsers
Class CustomEvaluatorAnnotationParser
java.lang.Object
org.mule.impl.expression.parsers.CustomEvaluatorAnnotationParser
- All Implemented Interfaces:
- ExpressionParser
public class CustomEvaluatorAnnotationParser
- extends Object
- implements ExpressionParser
Used to parse custom expressions annotations
- See Also:
CustomEvaluator,
org.mule.expression.CustomExpressionEvaluator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomEvaluatorAnnotationParser
public CustomEvaluatorAnnotationParser()
parse
public ExpressionArgument parse(Annotation annotation,
Class parameterType)
- Specified by:
parse in interface ExpressionParser
supports
public boolean supports(Annotation annotation)
- Specified by:
supports in interface ExpressionParser
Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.