org.mule.api.expression
Interface ExpressionAnnotationParser

All Known Implementing Classes:
ExprAnnotationParser, FunctionAnnotationParser, GroovyAnnotationParser, InboundAttachmentsAnnotationParser, InboundHeadersAnnotationParser, JsonPathAnnotationParser, LookupAnnotationParser, MuleAnnotationParser, OgnlAnnotationParser, OutboundAttachmentsAnnotationParser, OutboundHeadersAnnotationParser, PayloadAnnotationParser, XPathAnnotationParser

public interface ExpressionAnnotationParser

TODO


Method Summary
 ExpressionArgument parse(Annotation annotation, Class<?> parameterType)
           
 boolean supports(Annotation annotation)
           
 

Method Detail

parse

ExpressionArgument parse(Annotation annotation,
                         Class<?> parameterType)

supports

boolean supports(Annotation annotation)


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