IOC Properties
The following are properties used when the source of the rules is ioc or coming from an IoC module
Property | Type | Required | Default | Description |
| string | true if rulesSource = ioc | --- | The bean name to ask the IoC module for that has the rules |
| string | true if rulesSource = ioc | --- | The method in the bean to call that will return a query of rules |
| string | false | --- | A comma-delimited list of arguments to send into the method. This is an optional argument and if not set, the method will be called with no arguments |
Last updated