Class PlusOperator

java.lang.Object
net.thisptr.jackson.jq.internal.operators.PlusOperator
All Implemented Interfaces:
BinaryOperator

public class PlusOperator extends Object implements BinaryOperator
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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)
     
     

    Methods inherited from class java.lang.Object

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

    • PlusOperator

      public PlusOperator()
  • Method Details