Interface JavaCheckIf
- All Known Subinterfaces:
JavaValidators
-
Method Summary
Modifier and TypeMethodDescriptioncheckIf
(boolean value) Validates the state of aboolean
.checkIf
(boolean[] value) Validates the state of a primitiveboolean
array.Validates the state of a primitiveboolean
array.Validates the state of aboolean
.checkIf
(byte value) Validates the state of abyte
.checkIf
(byte[] value) Validates the state of a primitivebyte
array.Validates the state of a primitivebyte
array.Validates the state of abyte
.checkIf
(char value) Validates the state of achar
.checkIf
(char[] value) Validates the state of a primitivechar
array.Validates the state of a primitivechar
array.Validates the state of achar
.checkIf
(double value) Validates the state of adouble
.checkIf
(double[] value) Validates the state of a primitivedouble
array.Validates the state of a primitivedouble
array.Validates the state of adouble
.checkIf
(float value) Validates the state of afloat
.checkIf
(float[] value) Validates the state of a primitivefloat
array.Validates the state of a primitivefloat
array.Validates the state of afloat
.checkIf
(int value) Validates the state of anint
.checkIf
(int[] value) Validates the state of a primitiveint
array.Validates the state of a primitiveint
array.Validates the state of anint
.checkIf
(long value) Validates the state of along
.checkIf
(long[] value) Validates the state of a primitivelong
array.Validates the state of a primitivelong
array.Validates the state of along
.checkIf
(short value) Validates the state of ashort
.checkIf
(short[] value) Validates the state of a primitiveshort
array.Validates the state of a primitiveshort
array.Validates the state of ashort
.<T> GenericTypeValidator
<T> checkIf
(GenericType<T> value) Validates the state of aClass
.<T> GenericTypeValidator
<T> checkIf
(GenericType<T> value, String name) Validates the state of aClass
.<E> ObjectArrayValidator
<E[], E> checkIf
(E[] value) Validates the state of anObject
array.<E> ObjectArrayValidator
<E[], E> Validates the state of anObject
array.Validates the state of aBoolean
.Validates the state of aBoolean
.Validates the state of aByte
.Validates the state of aByte
.Validates the state of aCharacter
.Validates the state of aCharacter
.<T> GenericTypeValidator
<T> Validates the state of aClass
.<T> GenericTypeValidator
<T> Validates the state of aClass
.Validates the state of aDouble
.Validates the state of aDouble
.Validates the state of aFloat
.Validates the state of aFloat
.Validates the state of anInteger
.Validates the state of anInteger
.Validates the state of aLong
.Validates the state of aLong
.Validates the state of aShort
.Validates the state of aShort
.Validates the state of aString
.Validates the state of aString
.checkIf
(BigDecimal value) Validates the state of aBigDecimal
.checkIf
(BigDecimal value, String name) Validates the state of aBigDecimal
.checkIf
(BigInteger value) Validates the state of aBigInteger
.checkIf
(BigInteger value, String name) Validates the state of aBigInteger
.checkIf
(InetAddress value) Validates the state of anInetAddress
.checkIf
(InetAddress value, String name) Validates the state of anInetAddress
.Validates the state of aURI
.Validates the state of aURI
.Validates the state of aPath
.Validates the state of aPath
.<T> OptionalValidator
<T> Validates the state of anOptional
.<T> OptionalValidator
<T> Validates the state of anOptional
.<T extends Comparable<T>>
ComparableValidator<T> checkIf
(T value) Validates the state of aComparable
object.<T extends Comparable<T>>
ComparableValidator<T> Validates the state of aComparable
object.
-
Method Details
-
checkIf
Validates the state of abyte
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace, or is empty
-
checkIf
Validates the state of abyte
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aByte
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace, or is empty
-
checkIf
Validates the state of aByte
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of ashort
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace, or is empty
-
checkIf
Validates the state of ashort
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aShort
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace, or is empty
-
checkIf
Validates the state of aShort
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of anint
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace, or is empty
-
checkIf
Validates the state of anint
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of anInteger
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace, or is empty
-
checkIf
Validates the state of anInteger
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of along
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace, or is empty
-
checkIf
Validates the state of along
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aLong
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace, or is empty
-
checkIf
Validates the state of aLong
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of afloat
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace, or is empty
-
checkIf
Validates the state of afloat
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aFloat
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace, or is empty
-
checkIf
Validates the state of aFloat
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of adouble
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace, or is empty
-
checkIf
Validates the state of adouble
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aDouble
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace, or is empty
-
checkIf
Validates the state of aDouble
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aboolean
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace, or is empty
-
checkIf
Validates the state of aboolean
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aBoolean
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of aBoolean
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of achar
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of achar
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aCharacter
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of aCharacter
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aBigInteger
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of aBigInteger
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aBigDecimal
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of aBigDecimal
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aComparable
object.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
T
- the type of the value- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of aComparable
object.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
T
- the type of the value- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of anObject
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
T
- the type of the value- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of anObject
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
T
- the type of the value- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aCollection
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
T
- the type of the valueE
- the type of elements in the collection- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of aCollection
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
T
- the type of the valueE
- the type of elements in the collection- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aList
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
T
- the type of the valueE
- the type of elements in the list- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of aList
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
T
- the type of the valueE
- the type of elements in the list- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of a primitivebyte
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of a primitivebyte
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of a primitiveshort
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of a primitiveshort
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of a primitiveint
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of a primitiveint
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of a primitivelong
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of a primitivelong
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of a primitivefloat
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of a primitivefloat
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of a primitivedouble
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of a primitivedouble
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of a primitiveboolean
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of a primitiveboolean
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of a primitivechar
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of a primitivechar
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of anObject
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
E
- the type of elements in the array- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of anObject
array.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
E
- the type of elements in the array- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aMap
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
T
- the type of the mapK
- the type of keys in the mapV
- the type of values in the map- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of aMap
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
T
- the type of the mapK
- the type of keys in the mapV
- the type of values in the map- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aPath
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of aPath
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aString
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of aString
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aURI
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of aURI
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aClass
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
T
- the type of the class modelled by theClass
object. For types that contain type-parameters, use theTypeToken
overload.- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aClass
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
T
- the type of the class modelled by theClass
object. For types without type-parameters, prefer theClass
overload.- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of aClass
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
T
- the type of the class modelled by theClass
object. For types that contain type-parameters, use theTypeToken
overload.- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of aClass
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
T
- the type of the class modelled by theClass
object. For types without type-parameters, prefer theClass
overload.- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of anOptional
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
T
- the type of optional- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of anOptional
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Type Parameters:
T
- the type of optional- Parameters:
value
- the value- Returns:
- a validator for the value
-
checkIf
Validates the state of anInetAddress
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the valuename
- the name of the value- Returns:
- a validator for the value
- Throws:
NullPointerException
- ifname
is nullIllegalArgumentException
- ifname
contains whitespace or is empty
-
checkIf
Validates the state of anInetAddress
.The returned validator captures exceptions on validation failure rather than throwing them immediately. These exceptions can be retrieved or thrown once the validation completes. Exceptions unrelated to validation failures are thrown immediately.
- Parameters:
value
- the value- Returns:
- a validator for the value
-