Class AbstractKeysFunction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
      private boolean sortKeys  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractKeysFunction​(java.lang.String name, boolean sortKeys)  
    • 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

      • sortKeys

        private final boolean sortKeys
      • name

        private final java.lang.String name
    • Constructor Detail

      • AbstractKeysFunction

        public AbstractKeysFunction​(java.lang.String name,
                                    boolean sortKeys)