Package com.amazonaws.xray.utils
Class LooseValidations
java.lang.Object
com.amazonaws.xray.utils.LooseValidations
Utilities for validating parameters loosely. By default, validation is disabled. Enable error logging by setting the system
property
-Dcom.amazonaws.xray.validationMode=log
or throwing exceptions by setting the system property
-Dcom.amazonaws.xray.validationMode=throw
.-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
checkNotNull
(Object obj, String message) Returns whetherobj
isnull
.
-
Method Details
-
checkNotNull
Returns whetherobj
isnull
.
-