Package | Description |
---|---|
eu.esdihumboldt.hale.common.schema.model.constraint.type | |
eu.esdihumboldt.hale.io.xsd.reader.internal.constraint | |
eu.esdihumboldt.util.validator |
Modifier and Type | Method and Description |
---|---|
Validator |
ValidationConstraint.getValidator()
Returns the validator for this constraint.
|
Constructor and Description |
---|
ValidationConstraint(Validator validator,
TypeDefinition type)
Constructs a constraint with the given validator.
|
Modifier and Type | Method and Description |
---|---|
Validator |
UnionValidationConstraint.getValidator() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidator
Abstract validator implementation containing helper methods for conversion.
|
class |
AndValidator
Validator that only checks whether all of its known validators validate the
given input.
|
class |
DigitCountValidator
Validator for digit counts.
|
class |
EnumerationValidator
Validator for a specific set of allowed inputs.
|
class |
LengthValidator
Validator for input lengths.
|
class |
NumberValidator
Validator for number ranges.
|
class |
OrValidator
Validator that only checks whether one of its known validators validate the
given input.
|
class |
PatternValidator
Validator using pattern matching.
|
Modifier and Type | Method and Description |
---|---|
void |
OrValidator.addValidator(Validator validator)
Adds the given Validator to this Validator.
OrValidators get flattened. |
Constructor and Description |
---|
AndValidator(Collection<Validator> validators)
Constructs an AndValidator with the given validators.
|
OrValidator(Collection<Validator> validators)
Constructs an OrValidator with the given validators.
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a