| Modifier and Type | Method and Description |
|---|---|
DataWrapper |
RuleFieldExtractionUtility.convertJsonToDataWrapper(String json)
Takes a JSON string that came from the frontend form submission and deserializes it into its
DataWrapper dto
representation so that it can be converted to an MVEL expression |
| Modifier and Type | Method and Description |
|---|---|
String |
RuleFieldExtractionUtility.convertSimpleMatchRuleJsonToMvel(DataDTOToMVELTranslator translator,
String entityKey,
String fieldService,
DataWrapper dw)
Converts the given
DataWrapper into an MVEL expression |
| Modifier and Type | Method and Description |
|---|---|
protected String |
RuleFieldValidator.getMvelParsingErrorMesage(DataWrapper dw,
MVELTranslationException e) |
| Modifier and Type | Field and Description |
|---|---|
protected DataWrapper |
RuleBuilderField.dataWrapper |
| Modifier and Type | Method and Description |
|---|---|
DataWrapper |
RuleBuilderField.getDataWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleBuilderField.setDataWrapper(DataWrapper dataWrapper) |
| Modifier and Type | Method and Description |
|---|---|
DataWrapper |
MVELToDataWrapperTranslator.createRuleData(Entity[] entities,
String mvelProperty,
String quantityProperty,
String idProperty,
RuleBuilderFieldService fieldService) |
| Modifier and Type | Method and Description |
|---|---|
protected DataWrapper |
FormBuilderServiceImpl.convertJsonToDataWrapper(String json)
When using Thymeleaf, we need to convert the JSON string back to
a DataWrapper object because Thymeleaf escapes JSON strings.
|
Copyright © 2015. All rights reserved.