| Package | Description |
|---|---|
| org.boon.validation | |
| org.boon.validation.validators |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidatorMessage
BaseValidator MessageSpecification.
|
class |
ValidatorMessages
A collection of messages.
|
| Modifier and Type | Field and Description |
|---|---|
ValidatorMessageHolder |
RecursiveDescentPropertyValidator.MessageHolder.holder |
| Modifier and Type | Method and Description |
|---|---|
ValidatorMessageHolder |
FieldValidator.validate(Object fieldValue,
String fieldLabel)
Validates a single field.
|
| Modifier and Type | Method and Description |
|---|---|
ValidatorMessageHolder |
StopOnRuleValidator.validate(Object fieldValue,
String fieldLabel) |
ValidatorMessageHolder |
RequiredValidator.validate(Object object,
String fieldLabel) |
ValidatorMessageHolder |
RegexValidator.validate(Object object,
String fieldLabel) |
ValidatorMessageHolder |
MatchAnyRegexValidator.validate(Object object,
String fieldLabel) |
ValidatorMessageHolder |
MatchAllRegexValidator.validate(Object object,
String fieldLabel) |
ValidatorMessageHolder |
LongRangeValidator.validate(Object fieldValue,
String fieldLabel)
Perform the actual validation.
|
ValidatorMessageHolder |
LengthValidator.validate(Object fieldValue,
String fieldLabel)
Perform the actual validation.
|
ValidatorMessageHolder |
DomainValidator.validate(Object fieldValue,
String fieldLabel) |
ValidatorMessageHolder |
CompositeValidator.validate(Object object,
String fieldLabel) |
ValidatorMessageHolder |
CommonBridgeValidator.validate(Object object,
String fieldLabel) |
ValidatorMessageHolder |
AbstractCompareValidator.validate(Object value,
String fieldLabel) |
Copyright © 2016. All Rights Reserved.