In the validation utils class, there are check methods (isZero, isNegative, etc.) for the primitive types and their object wrappers (short/Short, int/Integer, etc.) The object wrapper methods are not null safe.
Log in to post a comment.