Class NuitonValidatorModel<O>

  • All Implemented Interfaces:
    Serializable

    public class NuitonValidatorModel<O>
    extends Object
    implements Serializable
    Represents the model of a NuitonValidator. This model describing properties of a validator :
    • type : the type of object which can be validated by the validator
    • context : the context of validation, if no context is required then the context is null.
    • scopes : the scopes of validation (see NuitonValidatorScope)
    • fields : the fields that can be validated by the validator
    Since:
    2.0
    Author:
    Tony Chemit - chemit@codelutin.com
    See Also:
    Serialized Form