nl.knowlogy.validation |
|
Java Source File Name | Type | Comment |
ClassValidator.java | Interface |
A ClassValidator validates objects of specific classes and can be registered
with a ValidationEngine. |
ClassValidatorImpl.java | Class | ClassValidatorImpl implements the ClassValidator interface
for validation of objects and the ClassMetadata interface for
providing metadata of that class. |
CustomValidator.java | Interface |
Interface for building custom validators. |
ErrorCodes.java | Class | ErrorCodes containins default errorcodes
used by validation. |
ExposesValidates.java | Interface | Interface that indicates that a javabeans exposes, in addition
to the default defined ,extra programmatic validations. |
Message.java | Interface |
A Message is container which contains data of one specific message. |
MessageImpl.java | Class | MessageImpl is the default implementation for the Message interface. |
Messages.java | Interface |
A Messages is a message container,in which messages are
stored during validating and is used to provide feedback about the
validation. |
MessagesImpl.java | Class | |
MessageType.java | Class |
A type of Message. |
PropertyMetadataSuplier.java | Interface | |
PropertyValidation.java | Interface | Interface for validation of a specific property of a class
identified with propertyName. |
Validatable.java | Interface | Interface for objects that are Validatable. |
ValidationEngine.java | Class | The ValidationEngine class is responsible for validating
objects. |
ValidationException.java | Class | A ValidationException is a exception which contains
validation messages. |