Class RuleInspector


  • public class RuleInspector
    extends Object
    Walks the object graph of the projection object looking for any instances of fields annotated with RuleValidate. Any SPEL expressions contained in these fields are stored as RuleInspector.RuleExpression instances and made available for validation via RuleValidatorManager.
    Author:
    Jeff Fischer