getExpressionRuleProcessorSpEL()
getExpressionRuleProcessorSpEL(
serializers?:SQLSerializerRegistry):RuleProcessor
Defined in: expr/src/processors/getExpressionRuleProcessorSpEL.ts:41
Generates a rule processor with expression support for formatQuery
with the "spel" format. Pass custom serializers to add functions or override built-ins;
they are merged over defaultSpELSerializers. Rules without expressions, or with an
unsupported operator, fall back to the stock processor.
Parameters
| Parameter | Type |
|---|---|
serializers? | SQLSerializerRegistry |
Returns
caution
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.