public class ParameterValueContainer extends Object
| Constructor and Description |
|---|
ParameterValueContainer(String expression,
Object fixedValue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getContainedValue() |
String |
getExpression() |
Object |
getFixedValue() |
Optional<Object> |
getValue() |
boolean |
isExpression() |
boolean |
isFixedValue() |
String |
toString() |
public Object getContainedValue()
public boolean isExpression()
public boolean isFixedValue()
public String getExpression()
public Object getFixedValue()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.