You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. How can I check some argument value with mariana?
For example, I need to check Cipher.getInstanse(v) argument value with some regex pattern (AES/CBC/* etc)
I'm defining this model for sink:
This is not currently possible and is unlikely to be implemented soon. The model generation step (which parses the json) does not have information about arguments, it only has typing information.
I would recommend using via_value_of for now (as you did).
Hi. How can I check some argument value with mariana?
For example, I need to check Cipher.getInstanse(v) argument value with some regex pattern (AES/CBC/* etc)
I'm defining this model for sink:
How can I check Argument(0) value with the regex?
Thanks
The text was updated successfully, but these errors were encountered: