public class NotNullHandler extends NullElementValidator
| Constructor and Description |
|---|
NotNullHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
check(com.sap.cds.reflect.CdsElement element)
Returns true, if the element is not allowed to be
null |
protected boolean |
isNull(Object obj)
Returns true, if the object is considered to be
null |
checkNull, runCheckprotected boolean check(com.sap.cds.reflect.CdsElement element)
NullElementValidatornullcheck in class NullElementValidatorelement - the element to validatenullprotected boolean isNull(Object obj)
NullElementValidatornullisNull in class NullElementValidatorobj - the object to validatenullCopyright © 2021. All rights reserved.