Uses of Enum Class
org.apache.camel.model.language.JsonPathExpression.Option
Packages that use JsonPathExpression.Option
Package
Description
-
Uses of JsonPathExpression.Option in org.apache.camel.model.language
Methods in org.apache.camel.model.language that return JsonPathExpression.OptionModifier and TypeMethodDescriptionstatic JsonPathExpression.OptionReturns the enum constant of this class with the specified name.static JsonPathExpression.Option[]JsonPathExpression.Option.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.model.language with parameters of type JsonPathExpression.OptionModifier and TypeMethodDescriptionJsonPathExpression.Builder.option(JsonPathExpression.Option... options) To configure additional options on JSONPath.