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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
NullMetadataKey
public NullMetadataKey()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceorg.mule.runtime.api.metadata.MetadataKey
-
getDisplayName
- Specified by:
getDisplayNamein interfaceorg.mule.runtime.api.metadata.MetadataKey
-
getChilds
- Specified by:
getChildsin interfaceorg.mule.runtime.api.metadata.MetadataKey
-
getPartName
- Specified by:
getPartNamein interfaceorg.mule.runtime.api.metadata.MetadataKey
-
getMetadataProperty
public <T extends org.mule.runtime.api.metadata.MetadataProperty> Optional<T> getMetadataProperty(Class<T> propertyType) - Specified by:
getMetadataPropertyin interfaceorg.mule.runtime.api.metadata.MetadataEnrichableModel
-
getProperties
- Specified by:
getPropertiesin interfaceorg.mule.runtime.api.metadata.MetadataEnrichableModel
-