org.mule.api.expression
Interface ExpressionAnnotationParser

All Known Implementing Classes:
ExprAnnotationParser, FunctionAnnotationParser, InboundAttachmentsAnnotationParser, InboundHeadersAnnotationParser, LookupAnnotationParser, MuleAnnotationParser, OutboundAttachmentsAnnotationParser, OutboundHeadersAnnotationParser, PayloadAnnotationParser

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–2016 MuleSoft, Inc.. All rights reserved.