| RuleActionBreadcrumbsBuilder |
Implementations of this interface create breadcrumbs for the actions.
|
| RuleActionsConverter |
Implementations of this interface can perform conversions between actions data objects and a String representation of
those objects.
|
| RuleConditionBreadcrumbsBuilder |
Implementations of this interface create breadcrumbs for the conditions.
|
| RuleConditionsConverter |
Implementations of this interface can perform conversions between condition data objects and a String representation
of those objects.
|
| RuleMessageFormatStrategy |
Strategy that can be used to construct messages displayed for end users.
|
| RuleMessageParameterDecorator |
A parameter decorator can be used to change the message parameters after they were formatted.
|
| RuleParametersConverter |
Implementations of this interface can perform conversions between parameter data objects and a String representation
of those objects.
|
| RuleParameterTypeFormatter |
Implementations for this interface can format a parameter type to other String representation.
|
| RuleParameterUuidGenerator |
Implementations of this interface can generate uuids for rule parameters.
|
| RuleParameterValueConverter |
Converter for primitive types and some other supported types.
|
| RuleParameterValueMapper<T> |
Implementations of this interface can perform mapping between objects and a String representations of those objects.
|
| RuleParameterValueMapperStrategy |
|
| RuleParameterValueNormalizer |
This class provides the method normalize which transforms provided value into an
equivalent form, allowing for proper usage of the respective value
|
| RuleParameterValueNormalizerStrategy |
|
| RuleTypeMappingStrategy |
Implementations of this strategy map rule template types to rule types.
|