org.apache.camel.jsonpath
Annotation Type JsonPath


@Retention(value=RUNTIME)
@Documented
@Target(value={FIELD,METHOD,PARAMETER})
@LanguageAnnotation(language="jsonpath")
public @interface JsonPath

An annotation used to inject a JSon Path expression into a method parameter when using Bean Integration

Version:

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Apache Camel