Interface MetadataTypeObjectFieldTypeAdapter


@NoImplement public interface MetadataTypeObjectFieldTypeAdapter
Adapter for using ParameterModel instances consistently with other related but different models.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isWrapperFor(org.mule.metadata.api.model.ObjectFieldType fieldType)
     
  • Method Details

    • isWrapperFor

      boolean isWrapperFor(org.mule.metadata.api.model.ObjectFieldType fieldType)
      Parameters:
      type - the ObjectFieldType to check
      Returns:
      true if this adapter's wrapped type is the given paramModel