Class DeleteJsonValue

    • Field Detail

      • m_ActualPath

        protected transient com.jayway.jsonpath.JsonPath m_ActualPath
        the compiled path.
      • m_PathCompiled

        protected transient boolean m_PathCompiled
        whether path has been compiled.
    • Constructor Detail

      • DeleteJsonValue

        public DeleteJsonValue()
    • Method Detail

      • reset

        protected void reset()
        Resets the scheme.
        Overrides:
        reset in class AbstractActor
      • setPath

        public void setPath​(JsonPathExpression value)
        Sets the path (or simple key if not starting with $) of the value(s).
        Parameters:
        value - the path or key
      • getPath

        public JsonPathExpression getPath()
        Returns the path (or simple key if not starting with $) of the value(s).
        Returns:
        the path or key
      • pathTipText

        public String pathTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • accepts

        public Class[] accepts()
        Returns the class that the consumer accepts.
        Returns:
        the Class of objects that can be processed
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        the Class of the generated tokens
      • doExecute

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message