org.jaffa.rules.metadata |
|
Java Source File Name | Type | Comment |
ClassMetaData.java | Class | An instance of this class represents a domain object or DTO defined in the Rules config file. |
FieldMetaData.java | Class | An instance of this class represents a field defined in the Rules config file. |
FieldValidatorMetaData.java | Class | An instance of this class represents the 'field-validator' element of the Validator config file. |
RuleMetaData.java | Class | An instance of this class represents a rule defined in the Rules config file. |
RulesMetaDataService.java | Class | This parses the Rules config file and creates instances of the ClassMetaData class. |
ValidatorMetaDataService.java | Class | This parses the Validator config file and creates instances of the FieldValidatorMetaData class. |