Class NotNullValidator

java.lang.Object
com.sap.cds.services.impl.utils.NotNullValidator

public class NotNullValidator extends Object
  • Method Details

    • runNotNullCheck

      public static void runNotNullCheck(EventContext context, boolean forceException)
    • runNotNullCheck

      public static void runNotNullCheck(EventContext context, boolean forceException, Predicate<com.sap.cds.reflect.CdsElement> requiredByModel, Predicate<Object> isNull)