Class BuiltinFunctions.Uuid

All Implemented Interfaces:
Callable, Function
Enclosing class:
BuiltinFunctions

public static class BuiltinFunctions.Uuid extends AbstractFunction
  • Constructor Details

    • Uuid

      public Uuid()
  • Method Details

    • maskMSB

      private long maskMSB(long number)
    • maskLSB

      private long maskLSB(long number)
    • 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.