- validate(ConventionMemento) - Method in interface zen.business.interfaces.IBusinessConvention
-
- validate(ConventionMemento) - Method in class zen.business.RequestConvention
-
Check if Request class exists and does it have correct naming convention and inheritance
- validate(ConventionMemento) - Method in class zen.business.ResponseConvention
-
Check if Response class exists and does it have correct naming convention and inheritance
- validate(ConventionMemento) - Method in class zen.business.ServiceConvention
-
Check if Service class exists and does it have correct naming convention and interface
- validate(String, Object) - Static method in class zen.validation.Validator
-
This method takes the application name as a string argument, and the
Object that the validations will be running against.
- validate(String, String, String, Object) - Static method in class zen.validation.Validator
-
This method takes the application name, optional key, optional validation
set, the Object that the validations will be running against.
- ValidationDefinition - Class in zen.validation
-
Contains the validation definition, which designates a specific property on the Object to
be run through a specific validation rule.
- ValidationDefinition() - Constructor for class zen.validation.ValidationDefinition
-
- ValidationFactory - Class in zen.validation
-
This is the Factory class that loads the configurations and holds the validation mappings
for specific objects for specific applications.
- ValidationMapping - Class in zen.validation
-
This contains the collection of defined validation rules.
- ValidationMapping(String) - Constructor for class zen.validation.ValidationMapping
-
- Validator - Class in zen.validation
-
This is the static single point of entry to the validation layer.
- value() - Method in enum zen.pdf.PDFAlign
-
- value() - Method in enum zen.scm.enums.Scm
-
- valueOf(String) - Static method in enum zen.pdf.PDFAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum zen.scm.enums.Change
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum zen.scm.enums.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum zen.scm.enums.Scm
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum zen.pdf.PDFAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum zen.scm.enums.Change
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum zen.scm.enums.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum zen.scm.enums.Scm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERBOSE - Static variable in class zen.scm.implementations.svn.SvnConstants
-