Class VariableExtractor


  • public class VariableExtractor
    extends Object
    Author:
    Yvo Swillens
    • Field Detail

      • filter

        protected com.fasterxml.jackson.databind.node.ObjectNode filter
    • Constructor Detail

      • VariableExtractor

        public VariableExtractor()
    • Method Detail

      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getTo

        public String getTo()
      • setTo

        public void setTo​(String to)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getFilter

        public com.fasterxml.jackson.databind.node.ObjectNode getFilter()
      • setFilter

        public void setFilter​(com.fasterxml.jackson.databind.node.ObjectNode filter)