| Package | Description |
|---|---|
| org.spincast.core.utils | |
| org.spincast.core.validation |
| Modifier and Type | Method and Description |
|---|---|
int |
ObjectConverterDefault.compareTo(Object valueToCompare,
Object compareTo) |
int |
ObjectConverter.compareTo(Object elementToCompare,
Object compareTo)
Compare two elements.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationBuilderKey |
ValidationSet.validationEquivalentOrGreater(Object reference)
Starts the creation of a "equivalent or greater" validation.
|
ValidationBuilderKey |
ValidationSet.validationEquivalentOrLess(Object reference)
Starts the creation of a "equivalent or less" validation.
|
ValidationBuilderKey |
ValidationSet.validationGreater(Object reference)
Starts the creation of a "greater than" validation.
|
ValidationBuilderKey |
ValidationSet.validationLess(Object reference)
Starts the creation of a "less than" validation.
|
Copyright © 2016. All rights reserved.