public interface CompiledExpression
| Modifier and Type | Method and Description |
|---|---|
String |
expression()
Returns the expression that generates this compiled expression
|
List<ModuleElementName> |
externalDependencies()
Returns the list of external variable references
|
default String |
nameIdentifier() |
Optional<MediaType> |
outputType()
Returns the output type of this compiled expression
|
String expression()
Optional<MediaType> outputType()
List<ModuleElementName> externalDependencies()
default String nameIdentifier()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.