org.mule.config.expression
Class LookupAnnotationParser

java.lang.Object
  extended by org.mule.config.expression.LookupAnnotationParser
All Implemented Interfaces:
ExpressionAnnotationParser

public class LookupAnnotationParser
extends Object
implements ExpressionAnnotationParser

Used to parse Expr parameter annotations

Since:
3.0
See Also:
StringExpressionEvaluator, Expr

Constructor Summary
LookupAnnotationParser()
           
 
Method Summary
 ExpressionArgument parse(Annotation annotation, Class<?> parameterType)
           
 boolean supports(Annotation annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupAnnotationParser

public LookupAnnotationParser()
Method Detail

parse

public ExpressionArgument parse(Annotation annotation,
                                Class<?> parameterType)
Specified by:
parse in interface ExpressionAnnotationParser

supports

public boolean supports(Annotation annotation)
Specified by:
supports in interface ExpressionAnnotationParser


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.