Class BuiltinFunctions.FormatTime

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.util.Set<java.lang.String> zonenames  
    • Constructor Summary

      Constructors 
      Constructor Description
      FormatTime()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode call​(com.fasterxml.jackson.databind.JsonNode input, com.fasterxml.jackson.databind.JsonNode[] arguments)
      Perform the function on the given JSON input with the given arguments.
      • Methods inherited from class java.lang.Object

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

      • zonenames

        static java.util.Set<java.lang.String> zonenames
    • Constructor Detail

      • FormatTime

        public FormatTime()
    • Method Detail

      • call

        public com.fasterxml.jackson.databind.JsonNode call​(com.fasterxml.jackson.databind.JsonNode input,
                                                            com.fasterxml.jackson.databind.JsonNode[] arguments)
        Description copied from interface: Function
        Perform the function on the given JSON input with the given arguments.