Class NullMetadataKey

java.lang.Object
org.mule.sdk.api.metadata.NullMetadataKey
All Implemented Interfaces:
org.mule.runtime.api.metadata.MetadataEnrichableModel, org.mule.runtime.api.metadata.MetadataKey

@MinMuleVersion("4.5.0") public final class NullMetadataKey extends Object implements org.mule.runtime.api.metadata.MetadataKey
Null MetadataKey implementation that represents the absence of a key
Since:
1.0
  • Field Details

  • Constructor Details

    • NullMetadataKey

      public NullMetadataKey()
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface org.mule.runtime.api.metadata.MetadataKey
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface org.mule.runtime.api.metadata.MetadataKey
    • getChilds

      public Set<org.mule.runtime.api.metadata.MetadataKey> getChilds()
      Specified by:
      getChilds in interface org.mule.runtime.api.metadata.MetadataKey
    • getPartName

      public String getPartName()
      Specified by:
      getPartName in interface org.mule.runtime.api.metadata.MetadataKey
    • getMetadataProperty

      public <T extends org.mule.runtime.api.metadata.MetadataProperty> Optional<T> getMetadataProperty(Class<T> propertyType)
      Specified by:
      getMetadataProperty in interface org.mule.runtime.api.metadata.MetadataEnrichableModel
    • getProperties

      public Set<org.mule.runtime.api.metadata.MetadataProperty> getProperties()
      Specified by:
      getProperties in interface org.mule.runtime.api.metadata.MetadataEnrichableModel