Interface MapEntry
-
@ConsumerType public interface MapEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NonNullMetadatagetKey()Return the Metadata for the key of the map entry.MetadatagetValue()Return the Metadata for the value of the map entry.
-
-
-
Method Detail
-
getKey
NonNullMetadata getKey()
Return the Metadata for the key of the map entry. This is specified by thekeyattribute or element.- Returns:
- The Metadata for the key of the map entry. This must not be
null.
-
getValue
Metadata getValue()
Return the Metadata for the value of the map entry. This is specified by thevalueattribute or element.- Returns:
- The Metadata for the value of the map entry. This must not be
null.
-
-