Class AlternativeOperator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode apply​(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.databind.JsonNode lhs, com.fasterxml.jackson.databind.JsonNode rhs)  
      java.lang.String image()  
      • Methods inherited from class java.lang.Object

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

      • AlternativeOperator

        public AlternativeOperator()
    • Method Detail

      • apply

        public com.fasterxml.jackson.databind.JsonNode apply​(com.fasterxml.jackson.databind.ObjectMapper mapper,
                                                             com.fasterxml.jackson.databind.JsonNode lhs,
                                                             com.fasterxml.jackson.databind.JsonNode rhs)
                                                      throws JsonQueryException
        Specified by:
        apply in interface BinaryOperator
        Throws:
        JsonQueryException