Class FieldQuery

    • Constructor Summary

      Constructors 
      Constructor Description
      FieldQuery​(java.lang.String fieldName, Operator operator, com.fasterxml.jackson.databind.JsonNode value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFieldName()  
      java.lang.String getName()  
      Operator getOperator()  
      com.fasterxml.jackson.databind.JsonNode getValue()  
      com.fasterxml.jackson.databind.node.ObjectNode toJson()  
      • Methods inherited from class java.lang.Object

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

      • FieldQuery

        public FieldQuery​(java.lang.String fieldName,
                          Operator operator,
                          com.fasterxml.jackson.databind.JsonNode value)
    • Method Detail

      • getValue

        public com.fasterxml.jackson.databind.JsonNode getValue()
        Specified by:
        getValue in interface CompareQuery
      • getFieldName

        public java.lang.String getFieldName()
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface CompareQuery
      • toJson

        public com.fasterxml.jackson.databind.node.ObjectNode toJson()