org.mule.module.json.config
Class JsonPathAnnotationParser

java.lang.Object
  extended by org.mule.module.json.config.JsonPathAnnotationParser
All Implemented Interfaces:
ExpressionAnnotationParser

public class JsonPathAnnotationParser
extends Object
implements ExpressionAnnotationParser

Responsible for parsing JsonPath parameter annotations


Constructor Summary
JsonPathAnnotationParser()
           
 
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

JsonPathAnnotationParser

public JsonPathAnnotationParser()
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-2012 MuleSoft, Inc.. All Rights Reserved.