Class ParameterModelUtils

java.lang.Object
org.mule.runtime.ast.internal.model.ParameterModelUtils

public class ParameterModelUtils extends Object
Some utility methods for reusing logic when dealing with ParameterModels.
  • Constructor Details

    • ParameterModelUtils

      public ParameterModelUtils()
  • Method Details

    • allowsExpressionWithoutMarkers

      public boolean allowsExpressionWithoutMarkers(org.mule.runtime.api.meta.model.parameter.ParameterModel parameterModel)
      Parameters:
      parameterModel - a ParameterModel to check.
      Returns:
      whether the given parameterModel declares 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.