public class ChecksStringNotEmpty extends ChecksNonNull
| Modifier and Type | Field and Description |
|---|---|
static ChecksStringNotEmpty |
SINGLETON |
| Constructor and Description |
|---|
ChecksStringNotEmpty() |
| Modifier and Type | Method and Description |
|---|---|
String |
validate(Object object,
String message)
Return null for valid,
and String message for invalid.
|
public static final ChecksStringNotEmpty SINGLETON
public String validate(Object object, String message)
ValidatesValuevalidate in interface ValidatesValue<Object>validate in class ChecksNonNullobject - - The object to validatemessage - - Some debug data to prepend to invalid messageCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.