?? MapEntry
@ConsumerType
public interface MapEntry
-
??????
-
getKey
NonNullMetadata getKey()Return the Metadata for the key of the map entry. This is specified by thekey
attribute or element.- ??:
- 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 thevalue
attribute or element.- ??:
- The Metadata for the value of the map entry. This must not be
null
.
-