Uses of Class
org.apache.camel.model.language.JsonPathExpression.Builder
Packages that use JsonPathExpression.Builder
Package
Description
-
Uses of JsonPathExpression.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return JsonPathExpression.Builder -
Uses of JsonPathExpression.Builder in org.apache.camel.model.language
Methods in org.apache.camel.model.language that return JsonPathExpression.BuilderModifier and TypeMethodDescriptionJsonPathExpression.Builder.allowEasyPredicate(boolean allowEasyPredicate) Whether to allow using the easy predicate parser to pre-parse predicates.JsonPathExpression.Builder.allowEasyPredicate(String allowEasyPredicate) Whether to allow using the easy predicate parser to pre-parse predicates.JsonPathExpression.Builder.allowSimple(boolean allowSimple) Whether to allow in inlined Simple exceptions in the JSONPath expressionJsonPathExpression.Builder.allowSimple(String allowSimple) Whether to allow in inlined Simple exceptions in the JSONPath expressionTo configure additional options on JSONPath.JsonPathExpression.Builder.suppressExceptions(boolean suppressExceptions) Whether to suppress exceptions such as PathNotFoundException.JsonPathExpression.Builder.suppressExceptions(String suppressExceptions) Whether to suppress exceptions such as PathNotFoundException.JsonPathExpression.Builder.unpackArray(boolean unpackArray) Whether to unpack a single element json-array into an object.JsonPathExpression.Builder.unpackArray(String unpackArray) Whether to unpack a single element json-array into an object.JsonPathExpression.Builder.writeAsString(boolean writeAsString) Whether to write the output of each row/element as a JSON String value instead of a Map/POJO value.JsonPathExpression.Builder.writeAsString(String writeAsString) Whether to write the output of each row/element as a JSON String value instead of a Map/POJO value.