Class ParameterModelUtils
java.lang.Object
org.mule.runtime.ast.internal.model.ParameterModelUtils
Some utility methods for reusing logic when dealing with
ParameterModels.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanallowsExpressionWithoutMarkers(org.mule.runtime.api.meta.model.parameter.ParameterModel parameterModel)
-
Constructor Details
-
ParameterModelUtils
public ParameterModelUtils()
-
-
Method Details
-
allowsExpressionWithoutMarkers
public boolean allowsExpressionWithoutMarkers(org.mule.runtime.api.meta.model.parameter.ParameterModel parameterModel) - Parameters:
parameterModel- aParameterModelto check.- Returns:
- whether the given
parameterModeldeclares that allows expressions without the expression markers. This happens in some parameters from the core extension model that require expressions, but they don't force the DSL to include the expression delimiters.
-