public class ChecksNonNull extends Object implements ValidatesValue<Object>
| Modifier and Type | Field and Description |
|---|---|
static ChecksNonNull |
SINGLETON |
| Constructor and Description |
|---|
ChecksNonNull() |
public static final ChecksNonNull SINGLETON
public String validate(Object object, String message)
ValidatesValuevalidate in interface ValidatesValue<Object>object - - The object to validatemessage - - Some debug data to prepend to invalid messageCopyright © 2012-2013 The Internet Party. All Rights Reserved.