Class MaxByFunction

    • Constructor Summary

      Constructors 
      Constructor Description
      MaxByFunction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isLarger​(com.fasterxml.jackson.databind.JsonNode criteria, com.fasterxml.jackson.databind.JsonNode value)  
      • Methods inherited from class java.lang.Object

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

      • MaxByFunction

        public MaxByFunction()
    • Method Detail

      • isLarger

        protected boolean isLarger​(com.fasterxml.jackson.databind.JsonNode criteria,
                                   com.fasterxml.jackson.databind.JsonNode value)
        Specified by:
        isLarger in class AbstractMaxByFunction