Class JsonPredicateFunction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.function.Predicate<com.fasterxml.jackson.databind.JsonNode> predicate  
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonPredicateFunction​(java.util.function.Predicate<com.fasterxml.jackson.databind.JsonNode> predicate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • predicate

        private java.util.function.Predicate<com.fasterxml.jackson.databind.JsonNode> predicate
    • Constructor Detail

      • JsonPredicateFunction

        public JsonPredicateFunction​(java.util.function.Predicate<com.fasterxml.jackson.databind.JsonNode> predicate)