Skip navigation links
Camel :: JSon Path 2.21.0.fuse-000112-redhat-3
A C E G H I J M O P R S T W 

A

afterPropertiesConfigured(CamelContext) - Method in class org.apache.camel.jsonpath.JsonPathExpression
 

C

createExpression(CamelContext, Annotation, LanguageAnnotation, Class<?>) - Method in class org.apache.camel.jsonpath.JsonPathAnnotationExpressionFactory
 
createExpression(String) - Method in class org.apache.camel.jsonpath.JsonPathLanguage
 
createPredicate(String) - Method in class org.apache.camel.jsonpath.JsonPathLanguage
 

E

EasyPredicateOperators - Class in org.apache.camel.jsonpath.easypredicate
Json path operators
EasyPredicateParser - Class in org.apache.camel.jsonpath.easypredicate
To allow defining very easy jsonpath predicates using the syntax: left OP right

The easy parser is only in use if the predicate do not start with the $ sign which is used by jsonpath.

EasyPredicateParser() - Constructor for class org.apache.camel.jsonpath.easypredicate.EasyPredicateParser
 
evaluate(Exchange) - Method in class org.apache.camel.jsonpath.JsonPathExpression
 

G

getEncoding() - Method in class org.apache.camel.jsonpath.JsonStream
 
getHeaderName() - Method in class org.apache.camel.jsonpath.JsonPathExpression
 
getOptions() - Method in class org.apache.camel.jsonpath.JsonPathExpression
 
getOptions() - Method in class org.apache.camel.jsonpath.JsonPathLanguage
 
getResultType() - Method in class org.apache.camel.jsonpath.JsonPathExpression
 
getResultType() - Method in class org.apache.camel.jsonpath.JsonPathLanguage
 

H

HEADER_JSON_ENCODING - Static variable in class org.apache.camel.jsonpath.JsonPathConstants
Header name for the encoding of the JSON document.

I

init(CamelContext) - Method in class org.apache.camel.jsonpath.jackson.JacksonJsonAdapter
 
init(CamelContext) - Method in interface org.apache.camel.jsonpath.JsonPathAdapter
Initializes the adapter
init() - Method in class org.apache.camel.jsonpath.JsonPathExpression
 
isAllowEasyPredicate() - Method in class org.apache.camel.jsonpath.JsonPathExpression
 
isAllowSimple() - Method in class org.apache.camel.jsonpath.JsonPathExpression
 
isPredicate() - Method in class org.apache.camel.jsonpath.JsonPathExpression
 
isSingleton() - Method in class org.apache.camel.jsonpath.JsonPathLanguage
 
isSuppressExceptions() - Method in class org.apache.camel.jsonpath.JsonPathExpression
 
isSuppressExceptions() - Method in class org.apache.camel.jsonpath.JsonPathLanguage
 
isWriteAsString() - Method in class org.apache.camel.jsonpath.JsonPathExpression
 

J

JacksonJsonAdapter - Class in org.apache.camel.jsonpath.jackson
A Jackson JsonPathAdapter which is using Jackson to convert the message body to Map.
JacksonJsonAdapter() - Constructor for class org.apache.camel.jsonpath.jackson.JacksonJsonAdapter
 
JsonPath - Annotation Type in org.apache.camel.jsonpath
An annotation used to inject a JsonPath expression into a method parameter when using Bean Integration
JsonPathAdapter - Interface in org.apache.camel.jsonpath
 
JsonPathAnnotationExpressionFactory - Class in org.apache.camel.jsonpath
 
JsonPathAnnotationExpressionFactory() - Constructor for class org.apache.camel.jsonpath.JsonPathAnnotationExpressionFactory
 
JsonPathConstants - Class in org.apache.camel.jsonpath
 
JsonPathEngine - Class in org.apache.camel.jsonpath
 
JsonPathEngine(String) - Constructor for class org.apache.camel.jsonpath.JsonPathEngine
Deprecated.
JsonPathEngine(String, boolean, boolean, boolean, String, Option[]) - Constructor for class org.apache.camel.jsonpath.JsonPathEngine
 
JsonPathExpression - Class in org.apache.camel.jsonpath
 
JsonPathExpression(String) - Constructor for class org.apache.camel.jsonpath.JsonPathExpression
 
JsonPathLanguage - Class in org.apache.camel.jsonpath
 
JsonPathLanguage() - Constructor for class org.apache.camel.jsonpath.JsonPathLanguage
 
JsonStream - Class in org.apache.camel.jsonpath
Special stream for JSON streams.
JsonStream(InputStream) - Constructor for class org.apache.camel.jsonpath.JsonStream
Constructor.

M

markSupported() - Method in class org.apache.camel.jsonpath.JsonStream
 

O

org.apache.camel.jsonpath - package org.apache.camel.jsonpath
 
org.apache.camel.jsonpath.easypredicate - package org.apache.camel.jsonpath.easypredicate
 
org.apache.camel.jsonpath.jackson - package org.apache.camel.jsonpath.jackson
 

P

parse(String) - Method in class org.apache.camel.jsonpath.easypredicate.EasyPredicateParser
Parses the predicate

R

read(Exchange) - Method in class org.apache.camel.jsonpath.JsonPathEngine
 
read() - Method in class org.apache.camel.jsonpath.JsonStream
 
read(byte[]) - Method in class org.apache.camel.jsonpath.JsonStream
 
read(byte[], int, int) - Method in class org.apache.camel.jsonpath.JsonStream
 
readValue(Object, Exchange) - Method in class org.apache.camel.jsonpath.jackson.JacksonJsonAdapter
 
readValue(Object, Exchange) - Method in interface org.apache.camel.jsonpath.JsonPathAdapter
Attempt to read/convert the message body into a Map type
reset() - Method in class org.apache.camel.jsonpath.JsonStream
 

S

setAllowEasyPredicate(boolean) - Method in class org.apache.camel.jsonpath.JsonPathExpression
Whether to allow using the easy predicate parser to pre-parse predicates.
setAllowSimple(boolean) - Method in class org.apache.camel.jsonpath.JsonPathExpression
Whether to allow in inlined simple exceptions in the json path expression
setHeaderName(String) - Method in class org.apache.camel.jsonpath.JsonPathExpression
Name of header to use as input, instead of the message body
setOption(Option) - Method in class org.apache.camel.jsonpath.JsonPathLanguage
 
setOptions(Option[]) - Method in class org.apache.camel.jsonpath.JsonPathExpression
To configure the json path options to use
setOptions(Option[]) - Method in class org.apache.camel.jsonpath.JsonPathLanguage
 
setPredicate(boolean) - Method in class org.apache.camel.jsonpath.JsonPathExpression
Whether to be evaluated as a predicate
setResultType(Class<?>) - Method in class org.apache.camel.jsonpath.JsonPathExpression
To configure the result type to use
setResultType(Class<?>) - Method in class org.apache.camel.jsonpath.JsonPathLanguage
 
setSuppressExceptions(boolean) - Method in class org.apache.camel.jsonpath.JsonPathExpression
Whether to suppress exceptions such as PathNotFoundException
setSuppressExceptions(boolean) - Method in class org.apache.camel.jsonpath.JsonPathLanguage
 
setWriteAsString(boolean) - Method in class org.apache.camel.jsonpath.JsonPathExpression
Whether to write the output of each row/element as a JSon String value instead of a Map/POJO value.
skip(long) - Method in class org.apache.camel.jsonpath.JsonStream
 

T

toString() - Method in class org.apache.camel.jsonpath.JsonPathExpression
 

W

writeAsString(Object, Exchange) - Method in class org.apache.camel.jsonpath.jackson.JacksonJsonAdapter
 
writeAsString(Object, Exchange) - Method in interface org.apache.camel.jsonpath.JsonPathAdapter
Attempts to write the value as a JSOn String value.
A C E G H I J M O P R S T W 
Skip navigation links
Camel :: JSon Path 2.21.0.fuse-000112-redhat-3

Apache Camel