Class ArgumentUtil

java.lang.Object
io.camunda.zeebe.client.impl.command.ArgumentUtil

public final class ArgumentUtil extends Object
  • Constructor Details

    • ArgumentUtil

      public ArgumentUtil()
  • Method Details

    • ensureNotNull

      public static void ensureNotNull(String property, Object value)
    • ensureNotEmpty

      public static void ensureNotEmpty(String property, String value)
    • ensureNotNullNorEmpty

      public static void ensureNotNullNorEmpty(String property, String value)
    • ensureGreaterThan

      public static void ensureGreaterThan(String property, long testValue, long comparisonValue)