Interface | Description |
---|---|
IObjectStringChecker |
Specification grouping all String check specifications.
|
IObjectStringDefaultCheck |
Specifies a default value check for String.
|
IObjectStringDefaultProperties |
Defines properties used by both {link:IObjectStringDefaultCheck} and {link:IObjectStringNotDefaultCheck}.
|
IObjectStringEmptyCheck |
Specifies an empty value check for String.
|
IObjectStringEqualsCheck |
Specifies an equals check for String.
|
IObjectStringGreaterCheck |
Specifies a greater check for String.
|
IObjectStringGreaterOrEqualsCheck |
Specifies a greater or equals check for String.
|
IObjectStringLessCheck |
Specifies a less check for String.
|
IObjectStringLessOrEqualsCheck |
Specifies a less or equals check for String.
|
IObjectStringMatchingCheck |
Specifies a regex check for String.
|
IObjectStringNotDefaultCheck |
Specifies a not-default value check for String.
|
IObjectStringNotEmptyCheck |
Specifies a not-empty check for String.
|
IObjectStringNotEqualsCheck |
Specifies a not-equals check for Strings.
|
IObjectStringNotMatchingCheck |
Specifies a non-regex check for String.
|
IObjectStringNotNullAndNotEmptyCheck |
Specifies a not-null-and-not-empty check for String.
|
IObjectStringNotNullCheck |
Specifies a not-null check for String.
|
IObjectStringNotSameCheck |
Specifies a reference check for String.
|
IObjectStringNullCheck |
Specifies a null check for String.
|
IObjectStringNullOrEmptyCheck |
Specifies a null-or-empty value check for String.
|
IObjectStringSameCheck |
Specifies a reference check for String.
|
IObjectStringWithoutPostfixCheck |
Specifies a non-postfix check for String.
|
IObjectStringWithoutPrefixCheck |
Specifies a non-prefix check for String.
|
IObjectStringWithoutSubstringCheck |
Specifies a non-substring check for String.
|
IObjectStringWithPostfixCheck |
Specifies a postfix check for String.
|
IObjectStringWithPrefixCheck |
Specifies a prefix check for String.
|
IObjectStringWithSubstringCheck |
Specifies a substring check for String.
|
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.