@Retention(value=RUNTIME) @Documented @Target(value={FIELD,METHOD,PARAMETER}) @LanguageAnnotation(language="jsonpath", factory=JsonPathAnnotationExpressionFactory.class) public @interface JsonPath
Modifier and Type | Required Element and Description |
---|---|
String |
value |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
allowSimple
Whether to allow in inlined simple exceptions in the JsonPath expression
|
com.jayway.jsonpath.Option[] |
options
To configure the JsonPath options to use
|
boolean |
suppressExceptions
Whether to suppress exceptions such as PathNotFoundException
|
public abstract String value
public abstract boolean suppressExceptions
Apache Camel