Class RequiredForMetadataModelProperty

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

public class RequiredForMetadataModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
ModelProperty to be used on Configurations or Connection Providers which indicates which parameters of these impact on the metadata resolution.
Since:
1.2.0
See Also:
  • Field Details

  • Constructor Details

    • RequiredForMetadataModelProperty

      public RequiredForMetadataModelProperty(List<String> requiredParameters)
  • Method Details

    • getRequiredParameters

      public List<String> getRequiredParameters()
      Returns:
      The list of required parameters for metadata resolution.
    • 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