Uses of Class
adams.core.base.JsonPathExpression
-
Packages that use JsonPathExpression Package Description adams.flow.transformer -
-
Uses of JsonPathExpression in adams.flow.transformer
Fields in adams.flow.transformer declared as JsonPathExpression Modifier and Type Field Description protected JsonPathExpression
DeleteJsonValue. m_Path
the path of the value(s) to obtain.protected JsonPathExpression
GetJsonValue. m_Path
the path of the value(s) to obtain.protected JsonPathExpression
SetJsonValue. m_Path
the path of the value(s) to obtain.Methods in adams.flow.transformer that return JsonPathExpression Modifier and Type Method Description JsonPathExpression
DeleteJsonValue. getPath()
Returns the path (or simple key if not starting with $) of the value(s).JsonPathExpression
GetJsonValue. getPath()
Returns the path (or simple key if not starting with $) of the value(s).JsonPathExpression
SetJsonValue. 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 void
DeleteJsonValue. setPath(JsonPathExpression value)
Sets the path (or simple key if not starting with $) of the value(s).void
GetJsonValue. setPath(JsonPathExpression value)
Sets the path (or simple key if not starting with $) of the value(s).void
SetJsonValue. setPath(JsonPathExpression value)
Sets the path (or simple key if not starting with $) of the value(s).
-