Uses of Class
adams.core.base.JsonPathExpression
-
Packages that use JsonPathExpression Package Description adams.flow.condition.bool adams.flow.transformer -
-
Uses of JsonPathExpression in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as JsonPathExpression Modifier and Type Field Description protected JsonPathExpressionHasJsonValue. m_Paththe path of the value(s) to obtain.Methods in adams.flow.condition.bool that return JsonPathExpression Modifier and Type Method Description JsonPathExpressionHasJsonValue. getPath()Returns the path (or simple key if not starting with $) of the value(s).Methods in adams.flow.condition.bool with parameters of type JsonPathExpression Modifier and Type Method Description voidHasJsonValue. setPath(JsonPathExpression value)Sets the path (or simple key if not starting with $) of the value(s). -
Uses of JsonPathExpression in adams.flow.transformer
Fields in adams.flow.transformer declared as JsonPathExpression Modifier and Type Field Description protected JsonPathExpressionDeleteJsonValue. m_Paththe path of the value(s) to obtain.protected JsonPathExpressionGetJsonValue. m_Paththe path of the value(s) to obtain.protected JsonPathExpressionSetJsonValue. m_Paththe path of the value(s) to obtain.Methods in adams.flow.transformer that return JsonPathExpression Modifier and Type Method Description JsonPathExpressionDeleteJsonValue. getPath()Returns the path (or simple key if not starting with $) of the value(s).JsonPathExpressionGetJsonValue. getPath()Returns the path (or simple key if not starting with $) of the value(s).JsonPathExpressionSetJsonValue. getPath()Returns the path (or simple key if not starting with $) of the value(s).Methods in adams.flow.transformer with parameters of type JsonPathExpression Modifier and Type Method Description voidDeleteJsonValue. setPath(JsonPathExpression value)Sets the path (or simple key if not starting with $) of the value(s).voidGetJsonValue. setPath(JsonPathExpression value)Sets the path (or simple key if not starting with $) of the value(s).voidSetJsonValue. setPath(JsonPathExpression value)Sets the path (or simple key if not starting with $) of the value(s).
-