Class NoWrapperModelProperty

java.lang.Object
org.mule.runtime.extension.api.property.NoWrapperModelProperty
All Implemented Interfaces:
Serializable, org.mule.runtime.api.meta.model.ModelProperty, org.mule.runtime.api.meta.NamedObject

public class NoWrapperModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
Indicates that a complex parameter that would have a wrapper element under normal conditions, doesn't have a wrapper element when represented in the DSL.
Since:
1.4
See Also:
  • Field Details

  • Constructor Details

    • NoWrapperModelProperty

      public NoWrapperModelProperty()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.mule.runtime.api.meta.model.ModelProperty
      Specified by:
      getName in interface org.mule.runtime.api.meta.NamedObject
    • isPublic

      public boolean isPublic()
      Specified by:
      isPublic in interface org.mule.runtime.api.meta.model.ModelProperty
      Returns:
      true since DSL must be handled consistently even after a serialization/deserialization of the extension model.