Uses of Interface
org.mule.api.expression.ExpressionAnnotationParser

Packages that use ExpressionAnnotationParser
org.mule.config   
org.mule.config.endpoint   
org.mule.config.expression   
org.mule.config.parsers   
 

Uses of ExpressionAnnotationParser in org.mule.config
 

Methods in org.mule.config that return ExpressionAnnotationParser
 ExpressionAnnotationParser AnnotationsParserFactory.getExpressionParser(Annotation annotation)
          Retrieves a parser for the given annotation, where the annotation is an Expression annotation; one annotated with the Evaluator annotation.
 

Uses of ExpressionAnnotationParser in org.mule.config.endpoint
 

Methods in org.mule.config.endpoint that return ExpressionAnnotationParser
 ExpressionAnnotationParser RegistryBackedAnnotationsParserFactory.getExpressionParser(Annotation annotation)
           
 

Uses of ExpressionAnnotationParser in org.mule.config.expression
 

Classes in org.mule.config.expression that implement ExpressionAnnotationParser
 class ExprAnnotationParser
          Used to parse Expr parameter annotations
 class FunctionAnnotationParser
          Used to parse Function annotations
 class LookupAnnotationParser
          Used to parse Expr parameter annotations
 class MuleAnnotationParser
          Used to parse Mule parameter annotations
 

Uses of ExpressionAnnotationParser in org.mule.config.parsers
 

Classes in org.mule.config.parsers that implement ExpressionAnnotationParser
 class InboundAttachmentsAnnotationParser
          Responsible for parsing the InboundAttachments annotation.
 class InboundHeadersAnnotationParser
          Responsible for parsing the InboundHeaders annotation.
 class OutboundAttachmentsAnnotationParser
          Responsible for parsing the OutboundAttachments annotation.
 class OutboundHeadersAnnotationParser
          Responsible for parsing the OutboundHeaders annotation.
 class PayloadAnnotationParser
          Responsible for parsing the Payload annotation.
 



Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.