|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NonNullAcceptingCondition | |
---|---|
org.springmodules.validation.util.condition.bean | |
org.springmodules.validation.util.condition.collection | |
org.springmodules.validation.util.condition.range |
Uses of NonNullAcceptingCondition in org.springmodules.validation.util.condition.bean |
---|
Subclasses of NonNullAcceptingCondition in org.springmodules.validation.util.condition.bean | |
---|---|
class |
AbstractBeanCondition
A parent class to all bean related conditions. |
class |
EqualPropertiesBeanCondition
An AbstractBeanCondition implementation that checks whether specific properties of the checked bean
have the same value. |
class |
PropertyBeanCondition
An AbstractBeanCondition implementation that checks the value of a specific property of the checked bean
using a specific condition. |
Uses of NonNullAcceptingCondition in org.springmodules.validation.util.condition.collection |
---|
Subclasses of NonNullAcceptingCondition in org.springmodules.validation.util.condition.collection | |
---|---|
class |
AbstractCollectionCondition
A base class for all collection conditions. |
class |
AbstractCollectionElementCondition
A base class for all collection conditions that perform checks on the collection elements. |
class |
AllCollectionCondition
An AbstractCollectionCondition implementation that checks whether all elements in a collection or array
adhere to a specific condition. |
class |
AtLeastCollectionCondition
An AbstractCollectionCondition implementation that checks whether at least X elements in a collection
or array adhere to a specific condition. |
class |
IsEmptyCollectionCondition
An AbstractCollectionCondition that checks whether the checked collection or array is empty. |
class |
MaxSizeCollectionCondition
An AbstractCollectionCondition implementation that checks whether the given collection or array
is longer then a specific maximum size. |
class |
MinSizeCollectionCondition
An AbstractCollectionCondition implementation that checks whether the given collection or array
is longer then a specific minimum size. |
class |
NoneCollectionCondition
An AbstractCollectionCondition implementation that checks whether none of the elements in a collection
or array adhere to a specific condition. |
class |
SizeRangeCollectionCondition
An AbstractCollectionCondition that checks that the size/length of the the checked collection/array is
with in a specific bounds. |
class |
SomeCollectionCondition
An AbstractCollectionCondition implementation that checks whether some of the elements in a collection
or array adhere to a specific condition. |
Uses of NonNullAcceptingCondition in org.springmodules.validation.util.condition.range |
---|
Subclasses of NonNullAcceptingCondition in org.springmodules.validation.util.condition.range | |
---|---|
class |
AbstractBetweenCondition
An AbstractRangeCondition implementation that serves as a base class for all between conditions. |
class |
AbstractRangeCondition
A base class for all range conditions. |
class |
AbstractSingleBoundCondition
A base class for all single bound conditions. |
class |
BetweenCondition
An AbstractRangeCondition implementation that checks whether the checked range is between two
specific values (excluding). |
class |
BetweenIncludingCondition
An AbstractRangeCondition implementation that checks whether the checked range is between two
specific values (including). |
class |
BetweenIncludingLowerBoundCondition
An AbstractBetweenCondition implementation that checks whether the checked value is greater than or equals
the lower bound and smaller than the upper bound. |
class |
BetweenIncludingUpperBoundCondition
An AbstractBetweenCondition implementation that checks whether the checked value is greater than the lower
bound and smaller than or equals the upper bound. |
class |
GreaterThanCondition
An AbstractSingleBoundCondition implementation that checkCalendar whether the checked value is greater than a
specific loweer bound. |
class |
GreaterThanOrEqualsCondition
An AbstractSingleBoundCondition implementation that checkCalendar whether the checked value is greater than or
equals a specific loweer bound. |
class |
LessThanCondition
An AbstractSingleBoundCondition implementation that checks whether the checked value is less than
as specific upper bound. |
class |
LessThanOrEqualsCondition
An AbstractSingleBoundCondition implementation that checks whether the checked value is less than or equals
as specific upper bound. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |