public class NotEmptyIncludeMatcherEvaluator extends java.lang.Object implements IncludeMatcherEvaluator
IncludeMatcher.NOT_EMPTY constraints.IncludeMatcherEvaluator| Constructor and Description |
|---|
NotEmptyIncludeMatcherEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(java.lang.Object value) |
public boolean evaluate(java.lang.Object value)
evaluate in interface IncludeMatcherEvaluatorvalue - a value of an object which will be evaluatedtrue if the given value is
Collection and is not emptyString and is not emptyIncludeMatcherEvaluator.evaluate(Object)