Package org.springjutsu.validation.rules

Basic storage structures for XML-written Validation rules.

See:
          Description

Class Summary
ValidationEntity A cacheable java description of the XML validation rules.
ValidationRule Java representation of an XML validation rule.
ValidationRulesContainer This serves as a container for all parsed validation rules.
ValidationTemplate Java representation of an XML validation template.
ValidationTemplateReference A java representation of an XML template-ref Template references will be unwrapped into rule sets during initialization of the ValidationRulesContainer in order to save on processing time down the road.
 

Enum Summary
CollectionStrategy  
 

Annotation Types Summary
SkipValidation Use to annotate a property representing a sub bean that has rules associated with its class, but should not be validated during sub bean validation.
 

Package org.springjutsu.validation.rules Description

Basic storage structures for XML-written Validation rules.



Copyright © 2013 Spring Jutsu. All Rights Reserved.