Interface MetadataTypeAdapter

All Known Implementing Classes:
MetadataTypeModelAdapter

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

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

    • getType

      org.mule.metadata.api.model.MetadataType getType()
      Returns:
      the adapted MetadataType.
    • isWrapperFor

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