public class MVELFactory<T> extends Object implements Factory<T>
| Modifier and Type | Field and Description |
|---|---|
protected BeanMapExpressionEvaluator |
expressionEvaluator |
| Constructor and Description |
|---|
MVELFactory() |
MVELFactory(String expression) |
| Modifier and Type | Method and Description |
|---|---|
T |
create(org.smooks.api.ExecutionContext executionContext) |
String |
toString() |
protected BeanMapExpressionEvaluator expressionEvaluator
public MVELFactory()
public MVELFactory(String expression)
Copyright © 2024. All rights reserved.